smooth.ES.aic

property ES.aic: float

Return Akaike Information Criterion.

Returns:

AIC value.

Return type:

float

Raises:

ValueError – If the model has not been fitted yet.

Examples

>>> model = ADAM(model="AAN")
>>> model.fit(y)
>>> aic_val = model.aic