SARIMAX.initialize_approximate_diffuse()

statsmodels.tsa.statespace.sarimax.SARIMAX.initialize_approximate_diffuse

SARIMAX.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.

登录查看完整内容