statsmodels.tsa.deterministic.FourierDeterministicTerm

class statsmodels.tsa.deterministic.FourierDeterministicTerm(order)[source]

所有傅里叶确定性项的抽象基类

Attributes:
is_dummy

指示生成的值是否为虚拟变量的标志

order

包含的傅里叶项的顺序

方法

in_sample(index)

生成用于样本内拟合的确定性趋势。

out_of_sample(steps, index[, forecast_index])

为样本外预测生成确定性趋势

属性

is_dummy

指示生成的值是否为虚拟变量的标志

order

包含的傅里叶项的顺序


Last update: Oct 16, 2024