Procedure
Update the exogenous and endogenous data
Specify the sample and forecast datasets (introduce variable)
The forecast period must be specified in the SARIMAX node (introduce variable)
Run the models and export the results to Excel
Remember that the entire time series is model output and must be overwritten with the available historical data
Summary of Current Model Dynamics
Potential Future Improvements
To move beyond the current setup and capture even deeper market dynamics, you could consider:
Introduce variables, to define sample easy and increase consistency
Regime-Switching (Markov Switching):
Why: To account for different "states of the world" (e.g., a "Credit Crunch" regime vs. a "Normal" regime). The relationship between your variables and housing starts might change entirely during a financial crisis, which a single polynomial equation cannot fully capture.
Assumptions and test
To ensure your coefficients are reliable (consistent) and that your standard errors allow for valid inference (t-tests, p-values), the "only" truly indispensable requirement across all these models is that your residuals (errors) must not be correlated with your predictors or with themselves.
A. Linear Regression
B. Polynomial Regression
C. ARIMAX (ARIMA + Exogenous Variables)