Statistical Inference for EveryoneXYZ Homework Edition

⇩ Download ▾

15.6 Normal (Gaussian)

The Normal distribution: a symmetric bell curve labeled p(x)=Normal(0,1), centered at x=0 with peak height about 0.4, falling essentially to zero beyond three units either side.
Figure C.6. The normal distribution.

Normal distribution The Normal distribution is the most common distribution found in all of statistical inference. It is the best prior distribution to use, when all you know is that your data has a constant true value and some constant variation around that true value. It is the posterior probability distribution for the unknown true value given NN samples and the known deviation, σ\sigma. It is also the approximate form for nearly every distribution when you have many samples. The mathematical form for the normal, or Gaussian, is

N o r m a l ( μ , σ ) = 1 2 π σ 2 e ( x μ ) 2 / 2 σ 2 \begin{eqnarray*} {\rm Normal}(\mu,\sigma) = \frac{1}{\sqrt{2\pi\sigma^{2}}} e^{-(x-\mu)^{2}/2\sigma^{2}} \end{eqnarray*}

Three useful properties of σ\sigma for the normal distribution are the following:

  1. the normal distribution value at the maximum (i.e. at x=μx=\mu) is around 2.7 times larger than the value one-σ\sigma away from the maximum (at x=μσx=\mu-\sigma and x=μ+σx=\mu+\sigma)
  2. the total probability between these two points is 65%.
  3. 95% of the distribution lies between μ2σ\mu-2\sigma and μ+2σ\mu+2\sigma (see Figure 7.3)

Adapted from Statistical Inference for Everyone, by Brian Blais (Bryant University), licensed under CC BY-SA 4.0 (dual-licensed under the GNU FDL 1.2 or later; this adaptation uses the CC BY-SA grant). Changes were made; this adaptation is distributed under the same license. License: CC-BY-SA-4.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.