Normal Distribution

Gist

The most famous of the distributions. It's everywhere!

Mathematics

A continuous probability density distribution:

12πσ2e(xμ)22σ2.

Note, the multiplier (12πσ2) is simply to normalize the Probability Density (Mass) Function (see "How was Normal Distribution Derived" in the References).

And for the cumulative probability function it is:

Φ(x)=12πxet22dt

Relationship

  1. With the Gamma Distribution, as you increase the shape parameter, the Gamma distribution approaches normal (important for simulating wait times)
  2. It can be an approximation to a Binomial Distribution
  3. For Beta Distribution, when the shape parameters are equal, thd distribution is normal shaped

Uses

References

  1. StackExchange - How was the Normal Distribution Derived