Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.15 KB

File metadata and controls

24 lines (19 loc) · 1.15 KB

Poisson Regression

Poisson regression assumes the response variable Y has a Poisson distribution, and assumes the logarithm of its expected value can be modeled by a linear combination of unknown parameters. A Poisson regression model is sometimes known as a log-linear model, especially when used to model contingency tables.

Code

python3 sample.py

Resources