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
Best online data science courses
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”.
Best online data science courses
Best online data science courses

More Related Content

PDF
Digital Marketing training in Pune
PPTX
Online digital marketing course
PPTX
Digital marketing certification training in bangalore
PDF
Best online data science courses
PDF
Data science certification in bangalore
PDF
Data science classroom training
PPTX
Acp 2018
PDF
"pmi acp certification "
Digital Marketing training in Pune
Online digital marketing course
Digital marketing certification training in bangalore
Best online data science courses
Data science certification in bangalore
Data science classroom training
Acp 2018
"pmi acp certification "

More from TejaspathiLV (17)

PDF
Data science course in kuwait
PDF
Itil foundation training
PDF
Pmi acp training in hyderabad
PPTX
Pmp training in kolkata
PPTX
Pmp course in lucknow
PDF
Pmp training in kolkata
PPTX
Analytics course in mumbai
PDF
Data science course in mysore
PPTX
Machine learning certification in gurgaon
PDF
Machine learning training in chennai
PDF
Iot course online training
PDF
Big data certification training mumbai
PPTX
Data science course in mumbai
PDF
Data analytics certification in mumbai
PDF
Data science certification course
PDF
Artificial intelligence training in banglore
PPTX
Artificial intelligence training in bangalore
Data science course in kuwait
Itil foundation training
Pmi acp training in hyderabad
Pmp training in kolkata
Pmp course in lucknow
Pmp training in kolkata
Analytics course in mumbai
Data science course in mysore
Machine learning certification in gurgaon
Machine learning training in chennai
Iot course online training
Big data certification training mumbai
Data science course in mumbai
Data analytics certification in mumbai
Data science certification course
Artificial intelligence training in banglore
Artificial intelligence training in bangalore
Ad

Recently uploaded (20)

PPTX
Pharma ospi slides which help in ospi learning
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
01-Introduction-to-Information-Management.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Business Ethics Teaching Materials for college
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
Cell Structure & Organelles in detailed.
Pharma ospi slides which help in ospi learning
Microbial diseases, their pathogenesis and prophylaxis
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
human mycosis Human fungal infections are called human mycosis..pptx
Insiders guide to clinical Medicine.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Cell Types and Its function , kingdom of life
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
01-Introduction-to-Information-Management.pdf
RMMM.pdf make it easy to upload and study
PPH.pptx obstetrics and gynecology in nursing
Business Ethics Teaching Materials for college
Supply Chain Operations Speaking Notes -ICLT Program
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Classroom Observation Tools for Teachers
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Week 4 Term 3 Study Techniques revisited.pptx
Cell Structure & Organelles in detailed.
Ad

Best online data science courses

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