Hi @itslarajean , stationarity refers to the series moving around a fixed mean, this is important in forecasting as you're trying to predict future values based on the self-relationship of the series. Typically this is done by modelling the autoregression (relationship between x_t, x_t-1...) and the moving average (which models the impact of exogenous shocks to the series).
Where data is already stationary, one might use an ARMA model. If the data needs differencing to make it stationary that's when the more generalised ARIMA is used. With regards to heteroskedasticity this is where there is some stochastic volatility in the series (such as financial time series) you may use a model like ARCH which models the variance of the error term. It would be worth going through some online resources to familiarise yourself with some of the different modelling techniques and their intuition. The Wiki page for Time Series is a good starting point https://en.wikipedia.org/wiki/Time_series
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.