📊 Time Series Stationarity Visualizer

Created by Dr. Pedram Jahangiry | Enhanced with Claude

Explore conditional expectations E[X_t | X_(t-1), X_(t-2), ...] across different time series processes

📋 Usage Guide

Add Series: Click "Add Series" to generate multiple realizations of each process
Different Colors: Each series gets a unique color for easy identification
Teaching Tool: Use to manually demonstrate conditional expectations for different time horizons

1. White Noise Process

E[X_t | X_(t-1), X_(t-2), ...] = E[X_t] = μ (constant for all t) → STATIONARY

2. Random Walk with Drift

E[X_t | X_(t-1), X_(t-2), ...] = X_(t-1) + δ (depends on past values) → NON-STATIONARY

3. Cyclical/Seasonal Process

E[X_t | X_(t-1), X_(t-2), ...] = A·sin(ωt + φ) (time-varying pattern) → NON-STATIONARY

🎓 Teaching Points