get_IC {gmvarkit} | R Documentation |
get_IC
calculates the information criteria values AIC, HQIC, and BIC.
get_IC(loglik, npars, obs)
loglik |
log-likelihood value |
npars |
number of (freely estimated) parameters in the model |
obs |
numbers of observations with starting values excluded for conditional models. |
Note that for conditional models with different autoregressive order p the information criteria values are NOT comparable.
Returns a data frame containing the information criteria values.