Statistics/Distributions/Normal (Gaussian)

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Normal Distribution[edit | edit source]

Probability density function
Probability density function for the normal distribution
The red curve is the standard normal distribution
Cumulative distribution function
Cumulative distribution function for the normal distribution
Notation
Parameters μR — mean (location)
σ2 > 0 — variance (squared scale)
Support xR
PDF
CDF
Mean μ
Median μ
Mode μ
Variance
Skewness 0
Ex. kurtosis 0
Entropy
MGF
CF
Fisher information

Normal distribution is without exception the most widely used distribution. It also goes under the name Gaussian distribution. It assumes that the observations are closely clustered around the mean, μ, and this amount is decaying quickly as we go farther away from the mean. The measure of spread is quantified by the variance, .

Some examples of applications are:

  • If the average man is 175 cm tall with a variance of 6 cm, what is the probability that a man found at random will be 183 cm tall?
  • If the average man is 175 cm tall with a variance of 6 cm and the average woman is 168 cm tall with a variance of 3cm, what is the probability that the average man will be shorter than the average woman?
  • If cans are assumed to have a variance of 4 grams, what does the average weight need to be in order to ensure that the 99% of all cans have a weight of at least 250 grams?

The density function is:

where .

and the cumulative distribution function cannot be integrated into a single expression.

Normal distribution with parameters μ and σ is denoted as . If the rv X is normally distributed with expectation μ and standard deviation σ, one denotes:

Probability mass function[edit | edit source]

To verify that f(x) is a valid pmf we must verify that (1) it is non-negative everywhere, and (2) that the total integral is equal to 1. The first is obvious, so we move on to verify the second.

Now let . We see that .

Now we use the Gaussian integral that

Mean[edit | edit source]

We derive the mean as follows

We now see that the right integral is the complete integral over a normal pmf. This is therefore 1.

Variance[edit | edit source]

We let

We now use integration by parts with u=w and v=(-1/2)e^(-w^2)

We see that the bracketed term is zero by L'Hôpital's rule.

Now we use the Gaussian integral again

External links[edit | edit source]