DynamicFactor.transform_jacobian()

statsmodels.tsa.statespace.dynamic_factor.DynamicFactor.transform_jacobian

DynamicFactor.transform_jacobian(unconstrained, approx_centered=False)

Jacobian matrix for the parameter transformation function

Parameters:

unconstrained : array_like

Array of unconstrained parameters used by the optimizer.

Returns:

jacobian : array

Jacobian matrix of the transformation, evaluated at unconstrained

See also

transform_params

Notes

This is a numerical approximation using finite differences. Note that in general complex step methods cannot be used because it is not guaranteed that the transform_params method is a real function (e.g. if Cholesky decomposition is used).

© 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.dynamic_factor.DynamicFactor.transform_jacobian.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部