statsmodels.tsa.statespace.varmax.VARMAX.loglike¶
method
- 
VARMAX.loglike(params, *args, **kwargs)¶ Loglikelihood evaluation
- Parameters
 - paramsarray_like
 Array of parameters at which to evaluate the loglikelihood function.
- transformedboolean, optional
 Whether or not params is already transformed. Default is True.
- kwargs
 Additional keyword arguments to pass to the Kalman filter. See KalmanFilter.filter for more details.
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
