Theory 1

Normal distribution

A variable X has a normal distribution, written X𝒩(μ,σ2) or “X is Gaussian (μ,σ),” when it has PDF given by:

fX(x)=12πσ2e(xμ)2/2σ2

The standard normal is Z𝒩(0,1) and its PDF is usually denoted by φ(x):

φ(x)=12πex2/2

The standard normal CDF is usually denoted by Φ(z):

Φ(z)=z12πeu2/2du
  • To show that φ(x) is a valid probability density, we must show that +φ(x)dx=1.
    • This calculation is not trivial; it requires a double integral in polar coordinates!
  • There is no explicit antiderivative of φ
    • A computer is needed for numerical calculations.
    • A chart of approximate values of Φ is provided for exams.

  • To check that E[Z]=0:
    • Observe that xφ(x) is an odd function, i.e. symmetric about the y-axis.
    • One must then simply verify that the improper integral converges.
  • To check that Var[Z]=1:
    • Since μ=E[Z]=0, we find:
Var[Z]=E[Z2]12π+x2ex2/2dx=:I
  • Use integration by parts to compute that I=1. (Select u=x and dv=xex2/2dx.)

General and standard normals

Assume that Z𝒩(0,1) and σ,μ are constants. Define X=σZ+μ. Then:

fX=12πσ2e(xμ)2/2σ2

That is, σZ+μ has the distribution type 𝒩(μ,σ2).

From this fact we can infer that E[X]=μ and Var[X]=σ2 whenever X𝒩(μ,σ2).