public class InformationCriteria
extends java.lang.Object
implements java.io.Serializable
Akaike's information criterion is a measure of the goodness of fit of an estimated statistical model. It is grounded in the concept of entropy, in effect offering a relative measure of the information lost when a given model is used to describe reality and can be said to describe the tradeoff between bias and variance in model construction, or loosely speaking that of accuracy and complexity of the model.
The BIC is very closely related to the Akaike information criterion (AIC). In BIC, the penalty for additional parameters is stronger than that of the AIC.
public final double AIC
public final double BIC