smooth.ADAM.aicc
- property ADAM.aicc: float
Return corrected Akaike Information Criterion.
- Returns:
AICc value.
- Return type:
float
- Raises:
ValueError – If the model has not been fitted yet.
Examples
>>> model = ADAM(model="AAN") >>> model.fit(y) >>> aicc_val = model.aicc