Example of Poisson Distribution-Wars by Year

Slides:



Advertisements
Similar presentations
N EWSFLASH ! I S THE NEWS ACCURATE ? Laura Jennings and Timina Liu Year 11 Burgmann Anglican School.
Advertisements

Ch.18 Normal approximation using probability histograms Review measures center and spread –List of numbers (histogram of data) –Box model For a “large”
Sampling distributions. Example Take random sample of students. Ask “how many courses did you study for this past weekend?” Calculate a statistic, say,
Dave Dortman Rolled Throughput Yield (RTY) Six Sigma Black Belt Presentation.
8.5 Probability Distributions; Expected Value This presentation is copyright by Paul Hendrick © 2005, Paul Hendrick All rights reserved.
The Poisson Probability Distribution
Statistics Lecture 11.
Horng-Chyi HorngStatistics II127 Summary Table of Influence Procedures for a Single Sample (I) &4-8 (&8-6)
Class notes for ISE 201 San Jose State University
Goodness of Fit and Chi- square test The application of contingency table.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
CE 374K Hydrology Frequency Factors. Frequency Analysis using Frequency Factors f(x) x xTxT.
Example of Poisson Distribution-Wars by Year Number of wars beginning by year for years Table of Frequency counts and proportions (458 years):
This is a discrete distribution. Poisson is French for fish… It was named due to one of its uses. For example, if a fish tank had 260L of water and 13.
Goodness of Fit Multinomials. Multinomial Proportions Thus far we have discussed proportions for situations where the result for the qualitative variable.
Statistics for Decision Making Bivariate Descriptive Statistics QM Fall 2003 Instructor: John Seydel, Ph.D.
Confidence Intervals (Chapter 8) Confidence Intervals for numerical data: –Standard deviation known –Standard deviation unknown Confidence Intervals for.
Section 3.5 Let X have a gamma( ,  ) with  = r/2, where r is a positive integer, and  = 2. We say that X has a chi-square distribution with r degrees.
Discrete Random Variables
1 CS 475/575 Slide Set 6 M. Overstreet Spring 2005.
Poisson Random Variable Provides model for data that represent the number of occurrences of a specified event in a given unit of time X represents the.
Graphs, Charts, and Tables - Describing Your Data ©
7.2 Frequency and Probability Distributions
Chapter 16 – Categorical Data Analysis Math 22 Introductory Statistics.
Geoff Scott Robert Minello Andrew Rivas
ENGINEERING STATISTICS I
Exploratory Data Analysis Observations of a single variable.
Fitting probability models to frequency data. Review - proportions Data: discrete nominal variable with two states (“success” and “failure”) You can do.
Physics 270. o Experiment with one die o m – frequency of a given result (say rolling a 4) o m/n – relative frequency of this result o All throws are.
Chapter 14 Chi-Square Tests.  Hypothesis testing procedures for nominal variables (whose values are categories)  Focus on the number of people in different.
Statistics 300: Elementary Statistics Section 11-2.
MATH 4030 – 11A ANALYSIS OF R X C TABLES (GOODNESS-OF-FIT TEST) 1.
Frequency Distribution ScoresFrequencyRelative Frequency Cumulative Frequency Cumulative Relative Frequency To find.
Measures of Central Tendency and Dispersion from Grouped Data.
Beginning Statistics Table of Contents HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2008 by Hawkes Learning Systems/Quant Systems, Inc.
Chapter 3 Statistical Models or Quality Control Improvement.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Chapter 12 Tests of Goodness of Fit and Independence n Goodness of Fit Test: A Multinomial.
Physics 490 – Project Lab Lab B2: Radioactive Decay, Counting Statistics, and the Geiger Tube Jack Young Richard Breazeale Ryan Phelan.
2.2 Standard Normal Calculations. Empirical vs. Standardizing Since all normal distributions share common properties, we have been able to use the
Chapter 22 Inferences From Nominal Data: the Χ 2 Statistic.
Tony Hyun Kim 9/26/ MW Probability theory 1.Independent events 2.Poisson distribution 2. Experimental setup 3. Results 1.Comparison to.
. . .
Discrete Probability Distributions
Example of Poisson Distribution-Wars by Year
D I s , a ·.... l8l8.
Inferential Statistics and Probability a Holistic Approach
SA3202, Solution for Tutorial 1
Goodness of Fit Tests The goal of χ2 goodness of fit tests is to test is the data comes from a certain distribution. There are various situations to which.
Binomial distribution (Analysis of proportion)
BUG’S LIFE A Comparison of the Insect Species Richness Between Forest and Pasture Ecosystems in Sao Paulo, Brazil.
Normal Density Curve. Normal Density Curve 68 % 95 % 99.7 %
Chi Square Two-way Tables
LESSON 11: THE POISSON DISTRIBUTION
SWBAT: Review sampling distributions of sample proportions and means
Year-3 The standard deviation plus or minus 3 for 99.2% for year three will cover a standard deviation from to To calculate the normal.
I ll I
Approximating distributions
Warm Up Your textbook provides the following data on the height of men and women. Mean Std. Dev Men Women ) What is the z score.
CHAPTER- 3.1 ERROR ANALYSIS.
' 1 A ./.\.l+./.\.l
If the question asks: “Find the probability if...”
Definition of Probability
Chi-Squared AP Biology.
SA3202, Solution for Tutorial 3
Inferential Statistics and Probability a Holistic Approach
No. in group wearing glasses
The Normal Distribution
Lecture 42 Section 14.3 Mon, Nov 19, 2007
Lecture 43 Section 14.1 – 14.3 Mon, Nov 28, 2005
Statistics 101 Chapter 8 Section 8.1 c and d.
Presentation transcript:

Example of Poisson Distribution-Wars by Year Number of wars beginning by year for years 1482-1939. Table of Frequency counts and proportions (458 years): Total Wars: 0(242) + 1(148) + 2(49) + 3(15) + 4(4) = 307 Average Wars per year: 307 wars / 458 years = 0.67 wars/year

Using Poisson Distribution as Approximation Since mean of empirical (observed) distribution is 0.67, use that as mean for Poisson distribution (that is, set l = 0.67) p(0) = (e-ll0)/0! = e-0.67 = 0.5117 p(1) = (e-ll1)/1! = e-0.67(0.67) = 0.3428 p(2) = (e-ll2)/2! = e-0.67(0.67)2/2 = 0.1149 p(3) = (e-ll3)/3! = e-0.67(0.67)3/6 = 0.0257 p(4) = (e-ll4)/4! = e-0.67(0.67)4/24 = 0.0043 P(Y5) = 1-P(Y4)= 1-.5117-.3428-.1149-.0257-.0043=0.0006

Comparison of Observed and Model Probabilities In EXCEL, the function =POISSON.DIST(y,l,FALSE) returns p(y) = e-lly/y! The model provides a good fit to the observed data. Formal tests of goodness-of-fit are covered in the sequel course.