Standard Normal: The Basics
Contents
18.1. Standard Normal: The Basics#
Though we have accepted the formula for the standard normal density function since Data 8, we have never proved that it is indeed a density – that it integrates to 1. We have also not checked that its expectation exists, nor that its SD is 1.
It’s time to do all that and thereby ensure that our calculations involving normal densities are legitimate.
We will start by recalling some facts about the apparently unrelated Rayleigh distribution, which we encountered as the distribution of the square root of an exponential variable.
Let
and cdf given by
In fact there is a family of Rayleigh distributions, each of whose members has the distribution of
Click to show
18.1.1. The Constant of Integration#
Let
The joint density at
Now let

To find the corresponding volume under the joint density surface, two observations will help.
Because of circular symmetry, the joint density surface is essentially at a constant height over the entire gold ring. The height is
.The area of the ring is essentially that of a rectangle with width
and length equal to the circumference .
Hence
So the density of
Compare this with the Rayleigh density. The two are exactly the same except that the constants look different. The constant is 1 for the Rayleigh and
Now we know that the standard normal density

def indep_standard_normals(x,y):
return 1/(2*math.pi) * np.exp(-0.5*(x**2 + y**2))
Plot_3d((-4, 4), (-4, 4), indep_standard_normals, rstride=4, cstride=4)
plt.title('Joint Density of $X$ and $Y$');

18.1.2. Expectation#
If
Not only have we shown that
18.1.3. Variance#
If
You also know that the Rayleigh distribution arises as the distribution of the square root of an exponential
It follows that if
We will study this more closely in a later section. For now, let’s make two observations about expectation.
has the exponential distribution, so . and are identically distributed, so .
Therefore