Tagged articles

normal distribution

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
Model Perspective
Model Perspective
Jun 1, 2022 · Fundamentals

How the Central Limit Theorem Turns Any Distribution Into a Normal Curve

This article intuitively demonstrates the Central Limit Theorem using uniform and Beta distributions, showing how sample means converge to a normal shape as sample size grows, and provides the formal statistical statement and its significance for inference.

central limit theoremnormal distributionprobability
0 likes · 5 min read
How the Central Limit Theorem Turns Any Distribution Into a Normal Curve
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.

Anomaly DetectionBig DataBoxplot
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.

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