Normal distribution - Values

In this lecture we discuss how to compute the values of the normal distribution function, using normal distribution tables or computer programs (in particular Matlab or Excel). For an introduction to the normal distribution, see the lecture entitled Normal distribution.

Values of a standard normal distribution

Let Z be a standard normal random variable (i.e. a normal random variable with zero mean and unit variance) and denote its distribution function by [eq1]

As we have discussed in the lecture entitled Normal distribution, there is no simple analytical expression for [eq2] and its values are usually looked up in a table or computed with a computer algorithm.

This lecture tackles the practical problem of computing (numerically) the values of [eq3] when $z$ is a specific number (e.g. [eq4]). We can confine our attention to standard normal random variables: as shown in the next section, if we know how to compute the values of a standard normal distribution, we also know how to compute the values of any other normal distribution.

Frequently used values

Some values of the normal distribution function are used very frequently and people usually learn them by heart:[eq5]

Note also that:[eq6]which is due to the symmetry around 0 of the normal density and is often used in calculations.

Values of a non-standard normal distribution

Let X be a normal random variable with mean mu and variance sigma^2 and denote its distribution function by [eq7]. Remember that any normal random variable X with mean mu and variance sigma^2 can be written as:[eq8]where Z is a standard normal random variable.

Using this fact, we obtain the following relation between the distribution function of a standard normal random variable Z and the distribution function of any other normal random variable X:[eq9]

Therefore, if we know how to compute the values of a standard normal distribution, we also know how to compute the values of a normal distribution with mean mu and variance sigma^2.

Example_ If we need to compute the value [eq10] of a normal random variable X with mean $mu =1$ and variance $sigma ^{2}=1$, we can compute it using the distribution function of a standard normal random variable Z: [eq11]

Normal distribution tables

In the past, when computers were not widely available, people used to look up the values of [eq12] in normal distribution tables.

A normal distribution table is a table where [eq13] is tabulated for several values of $z$. A normal distribution table looks something like this:Normal distribution table

For example, to compute [eq14] we need to search for the row corresponding to the value $z=0.5$. We find:[eq15]

If we are searching for a value of $z$ that is not tabulated, we can compute an approximation of [eq16] by interpolating the two values that are closest to $z$. For example:[eq17]

Normal distribution values in Excel

To compute the values of the normal distribution function [eq18], we can use the built-in Excel function NORM.S.DIST(). For example, if we need to compute [eq19] and the value [eq20] is stored in cell A1, we can type in another cell:

=NORM.S.DIST(A1)

Normal distribution values in Matlab

To compute the values of the normal distribution function [eq21], we can use the Matlab function normcdf(). For example, if we need to compute [eq22], we can input the following command:

normcdf(0.5)

Solved exercises

At the end of the lecture entitled Normal distribution, you can find some solved exercises that also require the computation of normal distribution values.

by
About | Contacts | Privacy and terms of use | Sitemap