Command Palette

Search for a command to run...

Data Analysis and Probability

Expected Value of Normal Distribution

Basic Concept of Expected Value

Have you ever wondered, if we repeatedly take samples from a normal distribution, what value appears most frequently? Or in other words, what is the central value that we expect from that distribution?

This is what we call expected value. In the context of normal distribution, expected value has a very interesting and simple property.

For a normal distribution n(x;μ,σ)n(x; \mu, \sigma), its expected value is always equal to the mean parameter μ\mu.

Mathematically, we can write:

E(X)=μE(X) = \mu

where XX is a random variable that follows normal distribution and μ\mu is the mean parameter of that distribution.

Why is this so? Let's prove it mathematically.

Mathematical Proof

The expected value of a continuous random variable is defined as:

E(X)=xf(x)dxE(X) = \int_{-\infty}^{\infty} x \cdot f(x) \, dx

For normal distribution, the probability density function is:

f(x)=1σ2πe12(xμσ)2f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}

Substitute this function into the expected value formula:

E(X)=x1σ2πe12(xμσ)2dxE(X) = \int_{-\infty}^{\infty} x \cdot \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2} \, dx

Now, let's perform the substitution t=xμσt = \frac{x-\mu}{\sigma}. Then x=σt+μx = \sigma t + \mu and dx=σdtdx = \sigma \, dt.

E(X)=(σt+μ)1σ2πe12t2σdtE(X) = \int_{-\infty}^{\infty} (\sigma t + \mu) \cdot \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}t^2} \cdot \sigma \, dt
E(X)=12π(σt+μ)e12t2dtE(X) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} (\sigma t + \mu) e^{-\frac{1}{2}t^2} \, dt
E(X)=σ2πte12t2dt+μ2πe12t2dtE(X) = \frac{\sigma}{\sqrt{2\pi}} \int_{-\infty}^{\infty} t e^{-\frac{1}{2}t^2} \, dt + \frac{\mu}{\sqrt{2\pi}} \int_{-\infty}^{\infty} e^{-\frac{1}{2}t^2} \, dt

Note that:

  • First integral te12t2dt=0\int_{-\infty}^{\infty} t e^{-\frac{1}{2}t^2} \, dt = 0 because the function te12t2t e^{-\frac{1}{2}t^2} is an odd function. This means f(t)=f(t)f(-t) = -f(t), so when integrated over the symmetric interval [,][-\infty, \infty], the results cancel each other out and equal zero.

  • Second integral e12t2dt=2π\int_{-\infty}^{\infty} e^{-\frac{1}{2}t^2} \, dt = \sqrt{2\pi} because this is the fundamental Gaussian integral. This integral represents the total area under the standard normal distribution curve, which always equals 2π\sqrt{2\pi}.

Therefore:

E(X)=σ2π0+μ2π2πE(X) = \frac{\sigma}{\sqrt{2\pi}} \cdot 0 + \frac{\mu}{\sqrt{2\pi}} \cdot \sqrt{2\pi}
E(X)=0+μ=μE(X) = 0 + \mu = \mu

It is proven that the expected value of normal distribution equals its mean parameter.

For every normal distribution XN(μ,σ2)X \sim N(\mu, \sigma^2), we have E(X)=μE(X) = \mu. This means we don't need to perform integration every time we calculate the expected value of a normal distribution; we simply use the parameter value μ\mu.

Practical Interpretation

The proof result above provides a very important understanding:

If we have a normal distribution with mean μ\mu and standard deviation σ\sigma, then the expected value of that random variable is exactly μ\mu. This means if we take samples in very large numbers and calculate their average, the result will approach the value μ\mu.

Simple example:

If the height of students in your school is normally distributed with mean 165165 cm, then the expected value of the height of a randomly selected student is 165165 cm.

Application Examples

Example 1

Suppose the math exam scores in a class are normally distributed with mean μ=75\mu = 75 and standard deviation σ=10\sigma = 10. What is the expected value of a student's exam score?

Solution:

Since normal distribution has the property E(X)=μE(X) = \mu, the expected value of the exam score is:

E(X)=75E(X) = 75

Therefore, the expected value of a student's exam score is 7575.

Example 2

The weight of newborn babies at a hospital is normally distributed with mean 3.2003.200 grams and standard deviation 400400 grams. Determine the expected value of the weight of a baby to be born!

Solution:

Given μ=3.200\mu = 3.200 grams and σ=400\sigma = 400 grams.

The expected value of the weight of a baby to be born is:

E(X)=μ=3.200 gramsE(X) = \mu = 3.200 \text{ grams}

Exercises

  1. Travel time from home to school is normally distributed with mean 2525 minutes and standard deviation 55 minutes. Determine the expected value of travel time!

  2. Daily air temperature in Jakarta during June is normally distributed with mean 28°C28°C and standard deviation 3°C3°C. What is the expected value of air temperature on a randomly selected day?

  3. Physics exam scores of grade 12 students are normally distributed with mean 7878 and standard deviation 1212. If a student takes the exam, what is the expected value they will obtain?

Answer Key

  1. Solution to Problem 1:

    Given: μ=25\mu = 25 minutes, σ=5\sigma = 5 minutes

    Since normal distribution has the property E(X)=μE(X) = \mu, then:

    E(X)=25 minutesE(X) = 25 \text{ minutes}

    Answer: The expected value of travel time is 2525 minutes.

  2. Solution to Problem 2:

    Given: μ=28°C\mu = 28°C, σ=3°C\sigma = 3°C

    Using the basic property of normal distribution:

    E(X)=μ=28°CE(X) = \mu = 28°C

    Answer: The expected value of air temperature is 28°C28°C.

  3. Solution to Problem 3:

    Given: μ=78\mu = 78, σ=12\sigma = 12

    Based on the fundamental property of normal distribution:

    E(X)=μ=78E(X) = \mu = 78

    Answer: The expected value that the student will obtain is 7878.