statsmodels.tsa.vector_ar.vecm.VECM.hessian

VECM.hessian(params)

The Hessian matrix of the model.

Parameters
paramsndarray

The parameters to use when evaluating the Hessian.

Returns
ndarray

The hessian evaluated at the parameters.