statsmodels.tsa.statespace.structural.UnobservedComponents.loglike¶
- UnobservedComponents.loglike(params, *args, **kwargs)¶
Loglikelihood evaluation
- Parameters:¶
See also
updatemodifies the internal state of the state space model to reflect new params
Notes
[1] recommend maximizing the average likelihood to avoid scale issues; this is done automatically by the base Model fit method.
References