autoregressiv
Autoregressiv, or autoregressive in English, describes a class of time series models in which the current value is a linear function of a finite number of its own past values plus a random shock. The term is widely used in statistics, econometrics, and signal processing to capture persistence and temporal dependence in observed data.
An AR(p) model expresses this idea as
X_t = c + φ1 X_{t-1} + φ2 X_{t-2} + ... + φp X_{t-p} + ε_t,
where ε_t is a white-noise term with E[ε_t] = 0 and Var(ε_t) = σ^2. The parameters to estimate
Stationarity is a central consideration. For an AR(p) process to be covariance stationary, the roots of the
Estimation and use: With a fixed p, the model can be estimated by ordinary least squares using