Quantcast
Channel: r software hub
Viewing all articles
Browse latest Browse all 1015

Modelling With the Generalized Hermite Distribution

$
0
0

By Dave Giles

“Count” data occur frequently in economics. These are simply data where the observations are integer-valued – usually 0, 1, 2, ……. . However, the range of values may be truncated (e.g., 1, 2, 3, ….).

To model data of this form we typically resort to distributions such as the Poisson, negative binomial, or variations of these. These variations may account for truncation or censoring of the data, or the over-representation of certain count values (e.g., the “zero-inflated” Poisson distribution).

Covariates (explanatory variables) can be included into the model by making the mean of the distribution a function of these variables. After all, that’s exactly what we do in a linear regression model.

If the “count” data form a time-series, then there are other issues that have to be taken into account.

However, the discrete distributions that we typically use have a number of limitations. The fact that the Poisson distribution is, of necessity, “equi-dispersed” (its variance equals its mean) is a big limitation. This leads us to consider distributions such as the negative binomial, in which he variance exceeds the mean. This enables us to model “over-dispersed” data, which are encountered frequently in practice.

The standard distributions are also limited in terms of what they can model in terms of distributional shapes. In particular, there are limitations on modal values in the data.

For instance, in the case of the Poisson distribution, these limitations are the following. If the parameter (λ) of the Poisson distribution is an integer, then there are two adjacent modes with equal modal height, at x = λ and x = λ-1. If lambda is non-integer, then there is a single mode at int(λ), the integer part of λ.

In the case of the negative binomial distribution, there is a single mode.

This suggests that standard discrete distributions of the type that we typically …read more

Source:: r-bloggers.com


Viewing all articles
Browse latest Browse all 1015

Trending Articles