PoissonModelle
Poisson models are a class of statistical models designed for count data, where the observed counts Y_i are assumed to follow a Poisson distribution with rate lambda_i > 0. In many implementations the rate depends on covariates X_i through a generalized linear model with a log link: log(lambda_i) = X_i beta. This yields the standard Poisson regression framework, where the expected count is E[Y_i|X_i] = lambda_i = exp(X_i beta).
Estimation is typically by maximum likelihood, providing coefficients that can be interpreted on the multiplicative scale.
Applications of Poisson models span many fields, including epidemiology, ecology, criminology, and public health. They are
Assumptions include equidispersion (mean equals variance) and independence of counts. Real-world data often exhibit overdispersion or