spss_arima
Build Box-Jenkins ARIMA models for time-series forecasting. Specify autoregressive, differencing, and moving-average orders with optional log transformation to analyze and predict trends.
Instructions
Box-Jenkins ARIMA time-series model: ARIMA depvar /MODEL=(p,d,q). p/d/q: autoregressive, difference, moving-average orders. log_transform: None, 'LG10' (base-10), or 'LN' (natural). Requires IBM SPSS Statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| d | No | ||
| p | No | ||
| q | No | ||
| constant | No | ||
| file_path | Yes | ||
| log_transform | No | ||
| max_iterations | No | ||
| dependent_variable | Yes | ||
| independent_variables | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |