The graph of a Gaussian is a characteristic symmetric "bell curve" shape.
The simplest case of a normal distribution is known as the standard normal distribution , described by the probability density function: g(z)=1√2πe−z22.
Since the area under the curve is given by ∫∞−∞g(z)dz, The factor 1√2π in this expression ensures that the total area under g(z) is equal to 1, as should all PDF.
The mean of z is given by:
E(z)=∫∞−∞zg(z)dz
=∫0−∞zg(z)dz+∫∞0zg(z)dz.
=0
(g is an even function, so the first half of the integral is equal to the negative of the second half of the integral. Since g(−z)=g(z), substituting u=−z for the second integral should do the trick.)
The variance of z is given by:
Var(z)=∫∞−∞(z−E(z))2g(z)dz
=∫∞−∞z2g(z)dz
=∫∞−∞z2√2πe−z22dz
=1
(There are special techniques involved in computing integrals of this kind. The details are not shown but the result can be easily verified with a calculator.)
Substituting x=σz+μ, we get the probability density of the Gaussian distribution:
f(x∣σ,μ)=1σ√2πe−(x−μ)22σ2.
μ determines the location of the maximum and σ determines how narrow/tall the maximum should be.
The variance is given by
Var(x)=Var(σz+μ)
=σ2Var(z)
=σ2(1)
=σ2