3.5 Normal Distribution and Probability
Normal (Gaussian) Distribution
- A normal random variable X∼N(μ,σ2) has probability-density function (PDF)
f(x)=2πσ21exp[−2σ2(x−μ)2],−∞<x<∞.
- Standardisation: the z-score
z=σx−μ⟹Z∼N(0,1).
Cumulative-Distribution Function (CDF) of a Gaussian
- The CDF gives the probability that X does not exceed a threshold:
FX(x)=P(X≤x)=21[1+erf(σ2x−μ)],
where erf is the error function.
- In practice we consult the standard-normal table (or software) for P(Z≤z) and convert x→z using the formula above.