The Normal, Binomial, and Poisson Distributions Engineering Experimental Design Winter 2003.

Slides:



Advertisements
Similar presentations
Stats for Engineers Lecture 5
Advertisements

Random Variables and Probability Distributions
Probability Distributions CSLU 2850.Lo1 Spring 2008 Cameron McInally Fordham University May contain work from the Creative Commons.
ฟังก์ชั่นการแจกแจงความน่าจะเป็น แบบไม่ต่อเนื่อง Discrete Probability Distributions.
1 Methods of Experimental Particle Physics Alexei Safonov Lecture #21.
5 - 1 © 1997 Prentice-Hall, Inc. Importance of Normal Distribution n Describes many random processes or continuous phenomena n Can be used to approximate.
Note 7 of 5E Statistics with Economics and Business Applications Chapter 5 The Normal and Other Continuous Probability Distributions Normal Probability.
Ch 9 實習.
Copyright © 2009 Cengage Learning 9.1 Chapter 9 Sampling Distributions.
Biostatistics Unit 4 Probability.
Biostatistics Unit 4 - Probability.
Probability Distributions
1 Sociology 601, Class 4: September 10, 2009 Chapter 4: Distributions Probability distributions (4.1) The normal probability distribution (4.2) Sampling.
CHAPTER 6 Statistical Analysis of Experimental Data
QMS 6351 Statistics and Research Methods Probability and Probability distributions Chapter 4, page 161 Chapter 5 (5.1) Chapter 6 (6.2) Prof. Vera Adamchik.
Lecture 1: Random Walks, Distribution Functions Probability and Statistics: Fundamental in most parts of astronomy Examples: Description of “systems” 
Continuous Probability Distributions
The Poisson Distribution (Not in Reif’s book)
The Central Limit Theorem For simple random samples from any population with finite mean and variance, as n becomes increasingly large, the sampling distribution.
Continuous Probability Distribution  A continuous random variables (RV) has infinitely many possible outcomes  Probability is conveyed for a range of.
Chapter 5 Sampling Distributions
Chapter 6 The Normal Probability Distribution
8.5 Normal Distributions We have seen that the histogram for a binomial distribution with n = 20 trials and p = 0.50 was shaped like a bell if we join.
JMB Ch6 Lecture 3 revised 2 EGR 252 Fall 2011 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including: Uniform.
© 2008 McGraw-Hill Higher Education The Statistical Imagination Chapter 7. Using Probability Theory to Produce Sampling Distributions.
Modeling and Simulation CS 313
Copyright ©2011 Nelson Education Limited The Normal Probability Distribution CHAPTER 6.
Topics Covered Discrete probability distributions –The Uniform Distribution –The Binomial Distribution –The Poisson Distribution Each is appropriately.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Learning Objectives for Section 11.5 Normal Distributions The student will be able to identify what is meant.
Chapter 11 Data Descriptions and Probability Distributions Section 5 Normal Distribution.
4.3 NORMAL PROBABILITY DISTRIBUTIONS The Most Important Probability Distribution in Statistics.
Normal distribution and intro to continuous probability density functions...
OPIM 5103-Lecture #3 Jose M. Cruz Assistant Professor.
LECTURE 14 THURSDAY, 12 March STA 291 Spring
Fundamentals of Data Analysis Lecture 3 Basics of statistics.
1 2 nd Pre-Lab Quiz 3 rd Pre-Lab Quiz 4 th Pre-Lab Quiz.
EAS31116/B9036: Statistics in Earth & Atmospheric Sciences Lecture 3: Probability Distributions (cont’d) Instructor: Prof. Johnny Luo
§ 5.3 Normal Distributions: Finding Values. Probability and Normal Distributions If a random variable, x, is normally distributed, you can find the probability.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Mistah Flynn.
Business Statistics (BQT 173) ІМ ќ INSTITUT MATEMATIK K E J U R U T E R A A N U N I M A P Discrete Probability Distribution: Binomial Distribution.
Continuous Distributions. Continuous random variables Are numerical variables whose values fall within a range or interval Are measurements Can be described.
1 Keep Life Simple! We live and work and dream, Each has his little scheme, Sometimes we laugh; sometimes we cry, And thus the days go by.
Lecture 8: Measurement Errors 1. Objectives List some sources of measurement errors. Classify measurement errors into systematic and random errors. Study.
If the probability that James is late home from work on any day is 0.4, what is the probability that he is late home three times in a five-day working.
Section 6.3 Geometric Random Variables. Binomial and Geometric Random Variables Geometric Settings In a binomial setting, the number of trials n is fixed.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Business Statistics,
Special Discrete Distributions. Bernoulli Trials The basis for the probability models we will examine in this chapter is the Bernoulli trial. We have.
Random Variables Lecture Lecturer : FATEN AL-HUSSAIN.
Chap 5-1 Discrete and Continuous Probability Distributions.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
©The McGraw-Hill Companies, Inc. 2008McGraw-Hill/Irwin Probability Distributions Chapter 6.
Construction Engineering 221 Probability and statistics Normal Distribution.
Theoretical distributions: the Normal distribution.
Yandell – Econ 216 Chap 6-1 Chapter 6 The Normal Distribution and Other Continuous Distributions.
Chapter Five The Binomial Probability Distribution and Related Topics
Probability the likelihood of specific events
MECH 373 Instrumentation and Measurements
Ch 9 實習.
Lecture 1 Probability and Statistics
Discrete Probability Distributions
Binomial and Geometric Random Variables
The Normal, Binomial, and Poisson Distributions
Chapter 1 ІМќ Discrete Probability Distribution: Binomial Distribution
Probability Review for Financial Engineers
Probability Theory and Specific Distributions (Moore Ch5 and Guan Ch6)
Lecture 12: Normal Distribution
M248: Analyzing data Block A UNIT A3 Modeling Variation.
Ch 9 實習.
Chapter 5: Sampling Distributions
Presentation transcript:

The Normal, Binomial, and Poisson Distributions Engineering Experimental Design Winter 2003

In Today’s Lecture... What the normal, binomial, and Poisson distributions look like What parameters describe their shapes How these distributions can be useful

The Normal Distribution Also called a “Gaussian” distribution or a bell-shaped curve Centered around the mean  with a width determined by the standard deviation  Total area under the curve = 1.0 f(x) = (1/  sqrt(2  )) exp(-(x-  )/(2  2 ))

To Draw a Normal Distribution... For a mean of 5 and a standard deviation of 1: mu = 5;% set mean sigma = 1;% set standard deviation x = [0 : 0.1 : 10];% define x-axis y = normpdf(x,mu,sigma); plot(x,y);

What Does a Normal Distribution Describe? Imagine that you go to the lab and very carefully measure out 5 ml of liquid and weigh it. Imagine repeating this process many times. You won’t get the same answer every time, but if you make a lot of measurements, a histogram of your measurements will approach the appearance of a normal distribution.

What Does a Normal Distribution Describe? Imagine that you hold a ping pong ball over a target on the floor, drop it, and record the distance between where it fell and the center of the target. Imagine repeating this process many times. You won’t get the same distance every time, but if you make a lot of measurements, the histogram of your measurements will approach a normal distribution.

What Does a Normal Distribution Describe? Any situation in which the exact value of a continuous variable is altered randomly from trial to trial. The random uncertainty or random error Note: If your measurement is biased (e.g., the scale is off or there is a steady wind blowing the ping pong ball), then your measurements can be normally distributed around some value other than the true value or target.

How Do You Use The Normal Distribution? You don’t Use the area UNDER the normal distribution For example, the area under the curve between x=a and x=b is the probability that your next measurement of x will fall between a and b

How Do You Get  and  ? To draw a normal distribution (and integrate to find the area under it), you must know  and  f(x) = (1/  sqrt(2  )) exp(-(x-  )/(2  2 )) If you made an infinite number of measurements, their mean would be  and their standard deviation would be  In practice, you have a finite number of measurements with mean x and standard deviation s For now,  and  will be given Later we’ll use x and s to estimate  and  This x is written in your book as an x with a line over it

The Standard Normal Distribution It is tedious to integrate a new normal distribution for every single measurement, so use a “standard normal distribution” with tabulated areas. Convert your measurement x to a standard score z = (x -  ) /  Use the standard normal distribution  = 0 and  = 1 areas tabulated in front of text

Example Historical data shows that the temperature of a particular pipe in a continuous production line is (94 ± 5)°C (±1  ). You glance at the control display and see that T = 87 °C. How abnormal is this measurement?

Example Historical data shows that the temperature of a particular pipe in a normally-operating continuous production line is (94 ± 5)°C (±1  ). You glance at the control display and see that T = 87 °C. How abnormal is this measurement? z = (87 – 94)/5 = -1.4 From the table in the front of the text, -1.4 gives an area of In other words, when the line is operating normally, you would expect to see even lower temperatures about 8 % of the time. This measurement alone should not worry you.

What Does the Binomial Distribution Describe? The probability of getting all “tails” if you throw a coin three times The probability of getting four “2s” if you roll six dice The probability of getting all male puppies in a litter of 8 The probability of getting two defective batteries in a package of six

The Binomial Distribution p(x) = (n!/(x!(n-x)!))  x (1-  ) n-x The probability of getting the result of interest x times out of n, if the overall probability of the result is  Note that here, x is a discrete variable –Integer values only In a normal distribution, x is a continuous variable This is NOT !

Uses of the Binomial Distribution Quality assurance Genetics Experimental design

To Draw a Binomial Distribution n = 6;% number of dice rolled pi = 1/6; % probability of rolling a 2 on any die x = [ ]; % # of 2s out of 6 y = binopdf(x,n,pi); bar(x,y)

To Draw a Binomial Distribution n = 8;% number of puppies in litter pi = 1/2; % probability of any pup being male x = [ ]; % # of males out of 8 y = binopdf(x,n,pi); bar(x,y)

The Shape of the Binomial Distribution Shape is determined by values of n and  –Only truly symmetric if  = 0.5 –Approaches normal distribution if n is large, unless  is very small Mean number of “successes” is n  Standard deviation of distribution is sqrt(n  (1-  ))

Example While you are in the bathroom, your little brother claims to have rolled a “Yahtzee” (5 matching dice out of five) in one roll of the five dice. How justified would you be in beating him up for cheating?

Example While you are in the bathroom, your little brother claims to have rolled a “Yahtzee” (5 matching dice out of five) in one roll of the five dice. How justified would you be in beating him up for cheating? n = 5,  = 1/6, x = 5 p(x) = (5!/(x!(0)!))(1/6) 5 (5/6) 0 or p = binopdf(5,5,1/6) = 1.29  In other words, the chances of this happening are 1 / 7750.

The Poisson Distribution Probability of an event occurring x times in a particular time period p(x) = x e -  / x! = average number of events expected during time period determines shape of distribution The binomial distribution approaches the Poisson distribution if n is large and  small

Example A production line produces 600 parts per hour with an average of 5 defective parts an hour. If you test every part that comes off the line in 15 minutes, what are your chances of finding no defective parts (and incorrectly concluding that your process is perfect)?

Example A production line produces 600 parts per hour with an average of 5 defective parts an hour. If you test every part that comes off the line in 15 minutes, what are your chances of finding no defective parts (and incorrectly concluding that your process is perfect)? = (5 parts/hour)*(0.25 hours observed) = 1.25 parts x = 0 p(0) = e (1.25) 0 / 0! = e -5 = or about 29 %

To Draw a Poisson Distribution lambda = 1.25; % average defects in 15 min x = [ ]; % number observed y = poisspdf(x,lambda); bar(x,y)

Example A production line produces 600 parts per hour with an average of 5 defective parts an hour. If you test every part that comes off the line in 15 minutes, what are your chances of finding no defective parts (and incorrectly concluding that your process is perfect)? Why not the binomial distribution? n = 600 / 4 = large  = 5 / 600 = small You don’t want to calculate 150!