smooth.ADAM.loglik
- property ADAM.loglik: float
Return log-likelihood of the fitted model.
- Returns:
Log-likelihood value.
- Return type:
float
- Raises:
ValueError – If the model has not been fitted yet.
Examples
>>> model = ADAM(model="AAN") >>> model.fit(y) >>> ll = model.loglik