smooth.ADAM.bic

property ADAM.bic: float

Return Bayesian Information Criterion.

Returns:

BIC value.

Return type:

float

Raises:

ValueError – If the model has not been fitted yet.

Examples

>>> model = ADAM(model="AAN")
>>> model.fit(y)
>>> bic_val = model.bic