The random variable Xi = i/(N - 1) maps the outcomes
into the unit interval [0, 1], forming the standard uniform
distribution.
The probability is P(X = i) = 1/(max - min).
Although simple, the uniform distribution is important because
it models randomness.
The Normal Distribution
The normal distribution is the distribution of central tendency.
Phenomena that symmetrically clumps around a value.
Repeated value measurements, human lifespans.
The density function is f(x) = exp(-(x - m)2/2s2)/(sqrt(2pi)s).
m (mu) is the mean and represents the central tendency.
s (sigma) is standard deviation and represents clumping
strength.
The standard normal distribution has m = 0 and s
= 1.
The Exponential Distribution
The exponential distribution is the distribution of things that
should occur real soon now.
"Constant rate" customer interarrival or service times.
Sudden or catastrophic failure.
The pdf f(x) is exp(-x/m)/m, m is the mean.
The Chi-Square Distribution
The
chi-square random variableY is the sum of n
independent standard normal random variables squared:
Y = X12 + X22 + ... + Xn2
The parameter n is the distribution's degrees of freedom.
The chi-square pdf is
f(x) = (xn/2 - 1e-x/2)/(2n/2G(n/2))
Because measurement errors follow a normal disribution, the
chi-square distribution is the basis for several techniques that quantify
measurement quality.