How the AR model works
An autoregressive model predicts the next observation from earlier observations. In AR(), the next value depends on the last values and a fitted set of coefficients.
That makes it useful for quick short-horizon forecasting, pattern checks, and comparing how strongly the recent past influences the next step.