statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.initialize_approximate_diffuse

KalmanSmoother.initialize_approximate_diffuse(variance=None)

使用近似扩散值初始化状态空间模型。

而不是遵循精确的扩散处理(这是为方差变得无限大的情况开发的),这为方差分配了一个任意大的数字。

Parameters:
variancefloat, optional

用于近似漫反射初始条件的方差。默认值为1e6。


Last update: Oct 16, 2024