Processing math: 100%

Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome, Safari or Firefox browser.

STAT 301 Lab

Lab 5: Normal Distribution

T.A.: Yixuan Qiu

Probability Statement

  • We have some quantity X that is a random variable
  • P(X>60) reads as "the probability that X is greater than 60"
  • You also need to know how to transform statements back to mathematical formulas

Normal Distribution

  • Normal distribution helps us to calculate those probabilities
  • It has a bell-shaped, symmetric, unimodal density curve
  • A Normal distribution with mean μ and standard deviation σ is usually denote by N(μ,σ2)

Typical Problems

  • You are give that some quantity X that follows a normal distribution with mean μ and standard deviation σ
  • μ and σ are given in concrete numbers
  • Calculate
    • P(X<x0) for some number x0
    • P(X>x0)
    • Find x0 such that it is in the top α% of the population

P(X<x0)

  • Calculate z-score z=x0μσ
  • Look into the Normal Table

Example

  • Find the probability if z=0.95
  • z<3.4, P(X<x0)0
  • z>3.4, P(X<x0)1

Graph

P(X>x0)

  • P(X>x0)=1P(X<x0)
  • Follow the previous slides to calculate P(X<x0), and then subtract that number from 1

Find x0

  • Look up Normal Table to find a z with corresponding probability closest to 1α%
  • x0=zσ+μ

Sampling Distribution

  • If we draw many samples from the population and calculate their mean values, then the mean also has a distribution
  • If population follows Normal distribution N(μ,σ2), then the mean follows N(μ,σ2/n)
  • Sample means are less variable than individual observations
  • For normal distribution, the density curve will be taller and narrower if it is less variable