Representation.initialize_approximate_diffuse()

statsmodels.tsa.statespace.representation.Representation.initialize_approximate_diffuse

Representation.initialize_approximate_diffuse(variance=None) [source]

Initialize the statespace model with approximate diffuse values.

Rather than following the exact diffuse treatment (which is developed for the case that the variance becomes infinitely large), this assigns an arbitrary large number for the variance.

Parameters:

variance : float, optional

The variance for approximating diffuse initial conditions. Default is 1e6.

© 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.representation.Representation.initialize_approximate_diffuse.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部