smooth.ADAM.bicc

property ADAM.bicc: float

Return corrected Bayesian Information Criterion.

Returns:

BICc value.

Return type:

float

Raises:

ValueError – If the model has not been fitted yet.

Examples

>>> model = ADAM(model="AAN")
>>> model.fit(y)
>>> bicc_val = model.bicc