Click or drag to resize
AutoARIMAInformationCriterion Enumeration
Indicates which information criterion is used in the optimum model search.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum InformationCriterion
Members
  Member nameValueDescription
Akaike0 Indicates that Akaike's information criterion (AIC) is used in the optimum model determination.
AkaikeCorrected1 Indicates that Akaike's corrected information criterion (AICC) is used in the optimum model determination.
Bayes2 Indicates that the Bayesian information criterion (BIC) is used in the optimum model determination.
See Also