Count Regression Models
- takes an input vector 𝑥∊ℝ𝑛 as input and predicts the value of a count 𝑦∊ℝ as output
- a type of parametric regression model whose dependent variable is a count of items, events, results, or activities
- counts are nonnegative integers (0, 1, 2, etc.)
- count data with:
- higher means tend to be normally distributed and you can often use Linear Regression/OLS
- smaller means can be skewed, and Linear Regression might have a hard time fitting these data. In these cases, we use count regression models
Count Models - Types
|
Count Model Type |
Description |
|---|---|
| |
| |
|