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
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Introduction to Building Materials
PDF
HVAC Specification 2024 according to central public works department
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
Empowerment Technology for Senior High School Guide
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Computing-Curriculum for Schools in Ghana
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Introduction to pro and eukaryotes and differences.pptx
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Weekly quiz Compilation Jan -July 25.pdf
1_English_Language_Set_2.pdf probationary
Introduction to Building Materials
HVAC Specification 2024 according to central public works department
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
What if we spent less time fighting change, and more time building what’s rig...
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
AI-driven educational solutions for real-life interventions in the Philippine...
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
Empowerment Technology for Senior High School Guide
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Virtual and Augmented Reality in Current Scenario
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Computing-Curriculum for Schools in Ghana
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Introduction to pro and eukaryotes and differences.pptx
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”.