Python中未观察到的组件模型

时间:2018-03-21 04:52:58

标签: python statsmodels

我希望用我的因变量在Python中为Uultiv for Data数据创建UCM,比如说Promo_Var1,Promo_Var2,Promo_Var3的Sales和Independent变量。

我们可以在下面做这样的事吗

import statsmodels.api as sm

model = sm.tsa.UnobservedComponents(df['Sales'],df['Promo_Var1','Promo_Var2','Promo_Var3']).fit()

0 个答案:

没有答案