statsmodels.discrete.count_model.ZeroInflatedGeneralizedPoissonResults.info_criteria#

ZeroInflatedGeneralizedPoissonResults.info_criteria(crit, dk_params=0)#

Return an information criterion for the model

Parameters:
crit{‘aic’, ‘bic’, ‘tic’, ‘gbic’}

The information criterion to compute.

dk_paramsint or float, optional

Correction to the number of parameters used in the information criterion.

Returns:
float

Value of information criterion.

Notes

Tic and gbic

References

[BurnhamAnderson2002]

Burnham KP, Anderson KR (2002). Model Selection and Multimodel Inference; Springer New York.