Tagged articles
7 articles
Page 1 of 1
Model Perspective
Model Perspective
Aug 31, 2023 · Fundamentals

How the Central Limit Theorem Solves Real-World Probability Problems

This article explains the Central Limit Theorem, shows how a sum of independent identically distributed variables approaches a normal distribution, and demonstrates its practical use through six detailed examples ranging from power supply planning to medical donor matching.

Applicationscentral limit theoremnormal distribution
0 likes · 9 min read
How the Central Limit Theorem Solves Real-World Probability Problems
Code DAO
Code DAO
May 7, 2022 · Artificial Intelligence

Why Normal (Gaussian) Distributions Are Fundamental to Machine Learning

The article explains how normal (Gaussian) distributions underpin many machine‑learning algorithms, reviewing the central limit theorem, multivariate Gaussian sampling, and key properties such as products, sums, conditional and marginal distributions, linear transformations, and Gaussian‑based Bayesian inference.

Bayesian inferenceGaussiancentral limit theorem
0 likes · 7 min read
Why Normal (Gaussian) Distributions Are Fundamental to Machine Learning
vivo Internet Technology
vivo Internet Technology
Jan 13, 2021 · Big Data

Statistical Monitoring Using Normal Distribution and Boxplot: Theory, Implementation, and API Design

The article explains the origin of the normal distribution, the central limit theorem, and how boxplots identify anomalies, then describes a Java‑based API that partitions data into five median‑centered levels using same‑period and year‑over‑year ratios to automatically detect and classify abnormal trends in daily metrics.

Big DataBoxplotanomaly detection
0 likes · 11 min read
Statistical Monitoring Using Normal Distribution and Boxplot: Theory, Implementation, and API Design
DevOps
DevOps
Feb 5, 2020 · Fundamentals

Java-Based COVID-19 Epidemic Spread Simulation Using Normal Distribution

The article explains a Java epidemic simulation that models virus transmission with normal distribution, demonstrates how parameters like movement intention, hospital bed capacity, response time, and incubation period affect outbreak dynamics, and emphasizes staying home as the most effective protection.

Modelingepidemic simulationjava
0 likes · 5 min read
Java-Based COVID-19 Epidemic Spread Simulation Using Normal Distribution