Definition. The normal distribution X∼N(μ,σ2) has PDF given by f(x)=σ2π1exp(−2σ2(x−μ)2).
Definition. For any X∼N(μ,σ2), we say Z=σX−μ is the z-score of X.
Note that if X∼N(μ,σ2), then aX+b∼N(aμ+b,a2σ2), expectedly. Therefore,
Theorem. (Z-Score) The random variable Z∼N(0,1) has PDF given by f(x)=2π1e−x2/2 and CDF Φ(x):=∫−∞xf(t)dt.
Example. Given that X∼N(4,4), compute Pr(0≤X≤10).
Solution: Considering the z-score Z=2X−4, this is just Pr(−2≤Z≤3), or Φ(3)−Φ(−2).