statsmodels.tsa.statespace.exponential_smoothing.ExponentialSmoothing.set_filter_method¶
-
ExponentialSmoothing.set_filter_method(filter_method=
None, **kwargs)¶ 设置过滤方法
过滤方法控制了将使用哪种卡尔曼滤波方法的各个方面。
- Parameters:¶
- filter_method
int,optional 设置过滤方法的位掩码值。详见注释。
- **kwargs
关键字参数可用于通过设置单独的布尔标志来影响过滤方法。详情请参阅注释。
- filter_method
注释
此方法很少使用。有关详细信息,请参阅KalmanFilter类中的相应函数。
Last update:
Oct 16, 2024