Courses / Mathematics I
Data Analysis and Probability

The Normal Distribution

Mathematics I 262 words Free to read

The Bell Curve

The normal distribution (Gaussian) is the most important continuous distribution in statistics. Its symmetric, bell-shaped density is written N(μ,σ2)N(\mu, \sigma^2) and is fully determined by two parameters:

ParameterRoleEffect
Mean μ\muCentreWhere the peak sits
Standard deviation σ\sigmaSpreadLarger σ\sigma means a wider, flatter bell

It is ubiquitous due to the Central Limit Theorem: sums of independent effects tend toward normality. Measurement errors and heights are approximately normal.

Its shape gives the empirical rule (68–95–99.7) for how data cluster:

Beyond 2σ2\sigma is rare; beyond 3σ3\sigma is very rare.

Two sliders draw the whole family; the empirical rule survives both

Standardisation

Standardisation converts any normal value to a z-score using the formula:

z=xμσz = \frac{x - \mu}{\sigma}

Here, zz is the number of standard deviations xx lies from the mean. This maps any N(μ,σ2)N(\mu, \sigma^2) onto the standard normal N(0,1)N(0, 1), letting a single table handle all probabilities.

A z-score of +2+2 means two standard deviations above average, giving a universal, unit-free way to compare values across different distributions.

Common pitfall: Confusing the z-score with a raw value or a probability. A z-score is the number of standard deviations from the mean, not the value itself and not a probability. To get a probability, you must convert the z-score through the standard normal.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

9practice questions
2interactive scenes

Data Analysis and Probability