statsmodels.tsa.ar_model.InformationCriteria#
- class statsmodels.tsa.ar_model.InformationCriteria(aic, bic, hqic)[source]#
Result of order-selection information-criteria computations, shared between
ar_select_orderandardl_select_order.- Parameters:
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Properties