I know that it is possible to perform various functions of SPSS through scripts.
Is it also possible to run ARIMA modeling through scripts? If yes, are there any good tutorials/documents for that?
Thank you so much.
|
I know that it is possible to perform various functions of SPSS through scripts. Is it also possible to run ARIMA modeling through scripts? If yes, are there any good tutorials/documents for that? Thank you so much. |
|||
|
|
|
The software R should be your choice. Does this help you? http://stat.ethz.ch/R-manual/R-patched/library/stats/html/arima.html |
|||||||
|
|
Anything computational that you can do via the user interface in SPSS can also be done using syntax. In particular, the ARIMA command does those models. Many users prefer, instead, to use the Expert Modeler in Statistics, which automates much of the process of figuring out the appropriate ARIMA model, stationarity transformations, outlier handling, etc. That is the TSMODEL command. Since virtually every dialog box in Statistics has a Paste button that generates the syntax and places it in the Syntax Editor window, it is easy to build a syntax file by doing point and click. Statistics also supports scripting via the Python, .NET, Basic, and even R languages. Take a look at the Case Studies on the Help menu for quick walkthroughs on forecasting as well as other statisticall topi |
|||
|
|