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 certification
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 certification
Data science certification

More Related Content

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
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

More from stuartmax1 (14)

PPT
Data science course
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
PPTX
Tableau 2018
PPTX
Digital marketing 2018
Data science course
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
Tableau 2018
Digital marketing 2018
Ad

Recently uploaded (20)

PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
SOIL: Factor, Horizon, Process, Classification, Degradation, Conservation
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
Lesson notes of climatology university.
PDF
Complications of Minimal Access Surgery at WLH
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Indian roads congress 037 - 2012 Flexible pavement
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
advance database management system book.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
RMMM.pdf make it easy to upload and study
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Empowerment Technology for Senior High School Guide
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Weekly quiz Compilation Jan -July 25.pdf
SOIL: Factor, Horizon, Process, Classification, Degradation, Conservation
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
Paper A Mock Exam 9_ Attempt review.pdf.
Lesson notes of climatology university.
Complications of Minimal Access Surgery at WLH
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Indian roads congress 037 - 2012 Flexible pavement
What if we spent less time fighting change, and more time building what’s rig...
advance database management system book.pdf
Cell Types and Its function , kingdom of life
RMMM.pdf make it easy to upload and study
Digestion and Absorption of Carbohydrates, Proteina and Fats
Chinmaya Tiranga quiz Grand Finale.pdf
History, Philosophy and sociology of education (1).pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Empowerment Technology for Senior High School Guide
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Ad

Data science certification

  • 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”.