SlideShare a Scribd company logo
Introduction to Poisson Regression
 It assumes that the data or output variable follows Poisson distribution
 Poisson distribution takes values from 0 to infinity
 We go for Poisson Regression when Variance = Mean = ƛ
 Output variable - Y is Count/Defect (Discrete)
 Input variable - X can take any value
Data science  course
Examples of Poisson Regression
Example 1. The number of persons killed by mule or horse kicks in the
Prussian army per year. Ladislaus Bortkiewicz collected data from 20
volumes of Preussischen Statistik. These data were collected on 10
corps of the Prussian army in the late 1800s over the course of 20 years.
Example 2. The number of people in line in front of you at the grocery
store. Predictors may include the number of items currently offered at a
special discounted price and whether a special event (e.g., a holiday, a
big sporting event) is three or fewer days away.
Example 3. The number of awards earned by students at one high
school. Predictors of the number of awards earned include the type of
program in which the student was enrolled (e.g., vocational, general or
academic) and the score on their final exam in math.
Description of the data
In this example, num_awards is the outcome variable and indicates the
number of awards earned by students at a high school in a year, math is a
continuous predictor variable and represents students’ scores on their math
final exam, and prog is a categorical predictor variable with three levels
indicating the type of program in which the students were enrolled. It is
coded as 1 = “General”, 2 = “Academic” and 3 = “Vocational”.
Data science  course
Data science  course

More Related Content

PPTX
Poisson regression models for count data
PDF
Diagnostic in poisson regression models
PPT
Data science course
PPT
Data science types_of_poisson_regression
PDF
9_Poisson_printable.pdf
PDF
Analysis Of Count Data Using Poisson Regression
PPT
Count Data Models in SAS
PPTX
5.7 poisson regression in the analysis of cohort data
 
Poisson regression models for count data
Diagnostic in poisson regression models
Data science course
Data science types_of_poisson_regression
9_Poisson_printable.pdf
Analysis Of Count Data Using Poisson Regression
Count Data Models in SAS
5.7 poisson regression in the analysis of cohort data
 

More from stuartmax1 (20)

PPTX
Data science certification
PDF
Business analytics course in mumbai
PDF
Business analytics course in mumbai
PPTX
Business analytics training mumbai
PPTX
Data analytics certification in bangalore
PDF
Business analytics certification in mumbai
PPTX
Data analytics courses
PPTX
Data science training
PPT
Data science certification
PPT
Data science course
PPTX
Ai training in noida
PPT
Data science trainig in ludhiana
PPTX
machine learning course bangalore
PPTX
Lean six sigma certification in hyderabad
PDF
Data science course in hyderabad
PPTX
Machine learning certification
PPTX
Data analytics course
PDF
Data analytics certification training in pune
PPTX
Business analytics training in bangalore
PDF
machine learning training
Data science certification
Business analytics course in mumbai
Business analytics course in mumbai
Business analytics training mumbai
Data analytics certification in bangalore
Business analytics certification in mumbai
Data analytics courses
Data science training
Data science certification
Data science course
Ai training in noida
Data science trainig in ludhiana
machine learning course bangalore
Lean six sigma certification in hyderabad
Data science course in hyderabad
Machine learning certification
Data analytics course
Data analytics certification training in pune
Business analytics training in bangalore
machine learning training
Ad

Recently uploaded (20)

PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PPTX
Introduction to Building Materials
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
1_English_Language_Set_2.pdf probationary
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
IGGE1 Understanding the Self1234567891011
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PDF
RMMM.pdf make it easy to upload and study
What if we spent less time fighting change, and more time building what’s rig...
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Classroom Observation Tools for Teachers
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Introduction to Building Materials
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
1_English_Language_Set_2.pdf probationary
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Practical Manual AGRO-233 Principles and Practices of Natural Farming
IGGE1 Understanding the Self1234567891011
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Paper A Mock Exam 9_ Attempt review.pdf.
Supply Chain Operations Speaking Notes -ICLT Program
Digestion and Absorption of Carbohydrates, Proteina and Fats
RMMM.pdf make it easy to upload and study
Ad

Data science course

  • 1. Introduction to Poisson Regression  It assumes that the data or output variable follows Poisson distribution  Poisson distribution takes values from 0 to infinity  We go for Poisson Regression when Variance = Mean = ƛ  Output variable - Y is Count/Defect (Discrete)  Input variable - X can take any value
  • 3. Examples of Poisson Regression Example 1. The number of persons killed by mule or horse kicks in the Prussian army per year. Ladislaus Bortkiewicz collected data from 20 volumes of Preussischen Statistik. These data were collected on 10 corps of the Prussian army in the late 1800s over the course of 20 years. Example 2. The number of people in line in front of you at the grocery store. Predictors may include the number of items currently offered at a special discounted price and whether a special event (e.g., a holiday, a big sporting event) is three or fewer days away. Example 3. The number of awards earned by students at one high school. Predictors of the number of awards earned include the type of program in which the student was enrolled (e.g., vocational, general or academic) and the score on their final exam in math.
  • 4. Description of the data In this example, num_awards is the outcome variable and indicates the number of awards earned by students at a high school in a year, math is a continuous predictor variable and represents students’ scores on their math final exam, and prog is a categorical predictor variable with three levels indicating the type of program in which the students were enrolled. It is coded as 1 = “General”, 2 = “Academic” and 3 = “Vocational”.