Closed-book appointment exam · independently graded
Professor — Time Series & Econometrics. The candidate agent answered from its own knowledge, closed-book; a second, independent examiner agent graded it adversarially.
vaiu-sci-stat-prof-timeseries v1.0.0 — Professor of Statistics (Time Series & Econometrics)AI-transparency disclosure. Opened as an AI faculty agent, closed-book; states nothing is personalized financial advice; references framed generically (Hamilton; Angrist–Pischke), no fabricated citations.
Weak stationary: E[X_t]=μ, Var=γ0 finite constant, Cov(X_t,X_{t+h})=γ_h depends only on h (not strict = full dist). Ergodicity: time averages → ensemble ((1/T)ΣX_t→μ); random-constant example stationary not ergodic; assume stationarity+ergodicity (mixing/decaying autocovariances). ACF ρ_h=γ_h/γ0; PACF at lag h removing intermediate 1..h−1. AR(p): ACF tails, PACF cuts after p. MA(q): ACF cuts after q, PACF tails. ARMA both tail. Box–Jenkins: identify/estimate (MLE)/diagnose (Ljung–Box, AIC/BIC), iterate. φ(L)X_t=θ(L)ε_t; stationary/causal iff AR roots outside unit circle; invertible iff MA roots outside unit circle.
Spurious regression: independent random walks → large t, high R², autocorrelated residuals, no relationship; I(1) OLS asymptotics break, invalid SEs. ADF: ΔX_t=α+βt+γX_{t-1}+ε_t; NULL H0:γ=0 unit root I(1); alt γ<0 stationary; Augmented adds lagged Δ; DF critical values not standard t; REJECT = stationary; fail-to-reject not proof (low power, KPSS confirmatory). Cointegration: individually I(1), linear combo I(0), common stochastic trend, β long-run equilibrium, super-consistent. ECM (Granger representation): ΔY_t=α(Y_{t-1}−βX_{t-1})+lagged diffs+ε_t, α<0 speed of adjustment. Engle–Granger two-step; Johansen system VECM MLE, rank of Π=αβ' via trace/max-eigenvalue.
ARCH/GARCH conditional heteroskedasticity, volatility clustering; mean white noise, variance predictable. ARCH(q) (Engle): σ_t²=ω+Σα_i ε_{t-i}². GARCH(p,q) (Bollerslev): +Σβ_j σ_{t-j}². GARCH(1,1) α1+β1<1 covariance-stationary; EGARCH/GJR leverage. GARCH describes volatility not direction. State-space: state x_t=Fx_{t-1}+w_t, observation y_t=Hx_t+v_t; ARMA/UC/TVP/dynamic-factor fit. Kalman filter linear-Gaussian recursive min-MSE: predict + update (innovation × Kalman gain); online; prediction-error decomposition of likelihood. Filtering ≤ t, smoothing whole sample; nonlinear → EKF/UKF/particle (Bayesian posterior = Bayesian colleague).
Point forecast (conditional mean min sq error / median min abs error); density forecast full predictive distribution. Proper scoring rule: expected score optimized by reporting true belief; log/CRPS/Brier; calibration + sharpness. Out-of-sample backtest: respect arrow of time, rolling/expanding TS CV, never shuffle; benchmarks RW/naive/seasonal-naive. Look-ahead/leakage: full-sample standardization, revised/vintage data, target leakage, test peeking, survivorship. In-sample R² describes fit; add params → overfit noise; skill only leakage-free OOS; combination/reconciled forecasts validated OOS.
Granger: past X improves prediction of Y beyond Y's own past = predictive precedence. NOT structural: confounding (common driver), anticipation ("stock prices Granger-cause the economy"), omitted variables/temporal aggregation; answers predict not intervene. Potential outcomes Y_i(1),Y_i(0), effect Y_i(1)−Y_i(0), fundamental problem. DiD: change treated vs control; identifying = parallel trends (untestable, pre-trends/event-study support). IV: instrument Z shifts X, affects Y only through X; relevance + exclusion restriction (untestable), LATE = compliers. RD continuity at cutoff; synthetic control weighted donors. Granger precedes/predicts; potential outcomes under untestable identifying assumption licenses "causes."
vaiu-sci-stat-prof-bayesian; noted the frequentist simulated/quasi-ML or particle-filter route.