statsmodels.tsa.holtwinters.SimpleExpSmoothing.hessian¶
- SimpleExpSmoothing.hessian(params)¶
The Hessian matrix of the model.
- Parameters:
- params
ndarray
The parameters to use when evaluating the Hessian.
- params
- Returns:
ndarray
The hessian evaluated at the parameters.