statsmodels.tsa.vector_ar.var_model.VAR.hessian¶ VAR.hessian(params)¶ The Hessian matrix of the model. Parameters: paramsndarrayThe parameters to use when evaluating the Hessian. Returns: ndarrayThe hessian evaluated at the parameters.