UnobservedComponents.observed_information_matrix()

statsmodels.tsa.statespace.structural.UnobservedComponents.observed_information_matrix

UnobservedComponents.observed_information_matrix(params, transformed=True, approx_complex_step=None, approx_centered=False, **kwargs)

Observed information matrix

Parameters:

params : array_like, optional

Array of parameters at which to evaluate the loglikelihood function.

**kwargs

Additional keyword arguments to pass to the Kalman filter. See KalmanFilter.filter for more details.

Notes

This method is from Harvey (1989), which shows that the information matrix only depends on terms from the gradient. This implementation is partially analytic and partially numeric approximation, therefore, because it uses the analytic formula for the information matrix, with numerically computed elements of the gradient.

References

Harvey, Andrew C. 1990. Forecasting, Structural Time Series Models and the Kalman Filter. Cambridge University Press.

© 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.structural.UnobservedComponents.observed_information_matrix.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部