Normal Distributions

Calculating Densities

The Problem

Let X be a random variable following a Normal (Gaussian) distribution. All Normal distributions have two parameters: mean and standard deviation (or variance). For this X, let μ = 36 and σ = 1. An example of where such a distribution may arise is the following:

You have a bag of candy made by Statistics, Inc. The weight of the pieces are not all the same, they are a random variable. This variable follows a Normal distribution with average weight 36 grams and standard deviation 1. Define the random variable X as the weight of a randomly selected piece of candy.

For those who like pictures, here is a graphic of the probability density function (pdf). It is not a probability, it is a density. It can be used to determine which values are more likely than others. From the graphic, we can tell that weights are more likely around 36 than around 34 or 37.5.

…  33.5 36 38.5  …

The following is a graphic of the culumative distribution function (CDF). It is a probability. Specifically, it graphs P[X ≤ x] against x. Note that it starts at zero and smoothly climbs to 1.

…  33.5 36 38.5  …

Continuing the candy example, let us calculate the probability that the next piece of candy will have a weight 34.918 grams or less; that is, calculate P[X ≤ 34.918]. This is notationally equivalent to calculating F(34.918).

Your Answer

In the box below, please enter the value of F(34.918), i.e. of P[X ≤ 34.918]. We are given that X ~ Normal(μ=36; σ=1). When you have entered your value, click on the “Check your answer!” button. Please round your answer to the ten-thousandths place.

Assistance

Show Formula

Show Solution

Show the R Code

Show the Excel Formula

© Ole J. Forsberg, Ph.D. 2024. All rights reserved.   .