Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Gretl 很陌生,我需要每周对同一时间系列进行季节性调整。目前,我正在手动执行此操作,因此我想知道是否可以编写任何代码来自动化此过程,从 excel 导入文件并对列 B、C 和 D 上的变量执行 X12 arima。我会很感激你的帮助。谢谢
请试试这个:
open "C:/your_file.xlsx" series x1_sa = deseas(x1) series x2_sa = deseas(x2) series x3_sa = deseas(x3)
其中x1和是变量的名称x2。x3
x1
x2
x3