Factsheet: Normal distribution

Statistics
Author

Michelle Arnetta and Tom Coleman

Summary
A factsheet for the normal distribution \(N(\mu,\sigma^2)\).
Parameters



Normal distribution plot

Results

Where to use: The normal distribution can be used to model continuous random variables, which can include any positive or negative real values. The use of this distribution is often justified by the Central Limit Theorem: as the sample size increases, the distribution of sample means will resemble a normal distribution more and more closely.

Notation: \(X \sim \textrm{Normal}(\mu,\sigma^2)\) or \(X \sim N(\mu,\sigma^2)\)

Parameters: Two real numbers \(\mu\) and \(\sigma^2\).

Quantity Value Notes
Mean \(\mathbb{E}(X) = \mu\)
Variance \(\mathbb{V}(X) = \sigma^2\)
PDF \(\mathbb{P}(X=x)=\dfrac{1}{\sqrt{2\pi\sigma^2}}\exp\left({-\dfrac{(x-\mu)^2}{2\sigma^2}}\right)\) \(\exp(y) = e^y\)
CDF \(\displaystyle\mathbb{P}(X\leq x)=\dfrac{1}{2}\left[1+\textrm{erf}\left(\dfrac{x-\mu}{\sigma\sqrt{2}}\right)\right]\) \(\textrm{erf}(x)\) is the error function of \(x\)

Example: The lengths of chocolate bars produced by Cantor’s Confectionery follow a normal distribution with a mean of \(5.6\) inches and a variance of \(1.44\). This can be expressed as \(X \sim N(5.6, 1.44)\), meaning the data is normally distributed, centered at \(5.6\) with standard deviation \(\sqrt{1.44} = 1.2\).

Further reading

This interactive element appears in Guide: PMFs, PDFs, CDFs and Overview: Probability distributions. Please click the relevant links to go to the guides.

Version history

v1.0: initial version created 04/25 by tdhc and Michelle Arnetta as part of a University of St Andrews VIP project.

  • v1.1: moved to factsheet form and populated with material from Overview: Probability distributions by tdhc.

  • v1.2: graph transferred from R Shinylive to html by tdhc in 06/26.

This work is licensed under CC BY-NC-SA 4.0.

Feedback

Your feedback is appreciated and useful. Feel free to leave a comment here,
but please be specific with any issues you encounter so we can help to resolve them
(for example, what page it occured on, what you tried, and so on).