SARIMAX.hessian()

statsmodels.tsa.statespace.sarimax.SARIMAX.hessian

SARIMAX.hessian(params, *args, **kwargs)

Hessian matrix of the likelihood function, evaluated at the given parameters

Parameters:

params : array_like

Array of parameters at which to evaluate the hessian.

args

Additional positional arguments to the loglike method.

kwargs

Additional keyword arguments to the loglike method.

Returns:

hessian : array

Hessian matrix evaluated at params

Notes

This is a numerical approximation.

Both *args and **kwargs are necessary because the optimizer from fit must call this function and only supports passing arguments via *args (for example scipy.optimize.fmin_l_bfgs).

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.hessian.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部