get_aic_nb
- log-likelihood is the sum of the log-likelihood values in the input array,
kis the number of estimated parameters (assumed to be1in this implementation).
Returns:
get_bic_nb
loglikelihoodis the sum of the log-likelihood values in the input array,kis the number of estimated parameters (assumed to be1in this implementation),nis the number of observations (length of the input array).
Returns:
get_aicc_nb
AICis the Akaike Information Criterion,kis the number of estimated parameters (assumed to be1in this implementation),nis the number of observations (length of the input array).
Returns:

