The Normal Distribution - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

The Normal Distribution

Description:

In the old days, needed a table with normal distribution values ... For the standard normal distribution, what is the probability that a random ... – PowerPoint PPT presentation

Number of Views:45
Avg rating:3.0/5.0
Slides: 15
Provided by: alanab2
Category:

less

Transcript and Presenter's Notes

Title: The Normal Distribution


1
The Normal Distribution
  • MATH 224

2
The Normal Distribution
  • Most commonly used distribution in science
  • numbers that are combinations of many small
    influences are often normally distributed
  • many derived properties are averages, and
    averages have deep connections with normal
    distribution

3
PDF Formula
4
Interesting Properties
  • We can define mean, spread for a distribution
    (not just sets of data)
  • Mean of a normal distribution is ______
  • Standard deviation of a normal distribution
    is_______

5
Standard Normal
  • As a reference, XN(0, 1) is a useful reference
    distribution

6
In MATLAB
x linspace(-4, 4, 1000) y normpdf(x, 0,
1) plot(x, y)
7
Graph Comments
8
Interpretation
  • What does the value
  • normpdf(0, 0, 1) 0.3989
  • represent?

9
Difficulties
  • Normal distribution has many great properties
  • Biggest analytic challenge is that
  • PDF well defined, but
  • CDF probabilities cannot be computed exactly

10
Overcome By Numerical Methods
  • In the old days, needed a table with normal
    distribution values
  • Now can use built-in cdf functions

normcdf(-1.5, 0, 1) normcdf(3, 0, 1)
11
Interpretation
  • normpdf(0, 0, 1) 0.3989 means
  • What does the value
  • normcdf(0, 0, 1) 0.5000
  • represent?

12
Question
  • For the standard normal distribution, what is the
    probability that a random value will lie within
    /- 2 standard deviations of the mean?
  • normcdf(2, 0, 1)
  • normcdf(1, 0, 2)
  • normcdf(-2, 0, 1) normcdf(2, 0, 1)
  • normcdf(2, 0, 1) normcdf(-2, 0, 1)

13
Quick Reference
  • 2 middle std dev_________
  • 3 middle std dev_________
  • 4 middle std dev_________
  • larger than 2 std. dev _________

14
Reading
  • Section 4.3
Write a Comment
User Comments (0)
About PowerShow.com