statsmodels.tsa.holtwinters.SimpleExpSmoothing.information# SimpleExpSmoothing.information(params)# Fisher information matrix of model. Returns -1 * Hessian of the log-likelihood evaluated at params. Parameters: paramsndarrayThe model parameters.