statsmodels.tsa.holtwinters.ExponentialSmoothing.hessian
-
ExponentialSmoothing.hessian(params)
The Hessian matrix of the model.
- Parameters:
- params
ndarray
The parameters to use when evaluating the Hessian.
- Returns:
ndarray
The hessian evaluated at the parameters.
Last update:
Nov 14, 2024