Created by Dr. Pedram Jahangiry | Enhanced with Claude
Interactive Teaching Tool for Understanding Autoregressive and Moving Average Models
Key Concepts:
• Autoregressive: Current value depends on previous value(s)
• φ (Phi): Controls memory - how much past influences present
• |φ| < 1: Required for stationarity (series doesn't explode)
• φ > 0: Positive autocorrelation (smooth, trending patterns)
• φ < 0: Negative autocorrelation (oscillating patterns)
• φ → 1: Approaches random walk (long memory)
• φ → 0: Approaches white noise (no memory)
Forecasting:
• Uses past values to predict future
• Multi-step forecasts decay toward long-run mean: c/(1-φ)
• Forecast: ŷt+h = c(1-φh)/(1-φ) + φh·yt