CEDAR: Causal Edge Discovery for Autoregressive Processes
Summary
CEDAR, a constraint-based method, is proposed for lagged causal edge discovery in sparse autoregressive time series. This technique screens candidate cross-variable lags using AR(1)-residualized, U-centered distance correlation. It then applies two targeted conditional-independence tests per significant candidate, accepting at most one lag per ordered pair. A stable MCI pruning step removes indirect edges, and optional deterministic C-nodes can adjust for trend-like nonstationarity. CEDAR is particularly effective with scarce data and variables exhibiting lag-1 self-dynamics, requiring O(d^2) CI tests after screening in sparse regimes while maintaining edge-level interpretability. However, methods with richer conditioning sets become preferable as time series length T grows or when higher-order autoregressive or simultaneous multi-lag effects are common.
Key takeaway
For research scientists analyzing sparse autoregressive time series with limited data, CEDAR offers an efficient, interpretable method for lagged causal edge discovery. If your datasets are characterized by scarce observations and variables primarily exhibiting lag-1 self-dynamics, you should consider implementing CEDAR to identify causal relationships. Be aware that for longer time series or complex multi-lag effects, alternative methods with richer conditioning sets may be more suitable.
Key insights
CEDAR discovers lagged causal edges in sparse autoregressive time series, optimized for scarce data and lag-1 self-dynamics.
Principles
- CEDAR excels with scarce data and lag-1 self-dynamics.
- Richer conditioning sets are better for longer series or higher-order effects.
Method
CEDAR screens lags via AR(1)-residualized distance correlation, applies two conditional-independence tests per candidate, accepts one lag per pair, then prunes indirect edges with MCI, optionally adjusting for nonstationarity.
In practice
- Use CEDAR for sparse time series with limited data.
- Prioritize CEDAR when variables exhibit strong lag-1 self-dynamics.
Topics
- Causal Discovery
- Autoregressive Models
- Time Series Analysis
- Conditional Independence Testing
- Lagged Effects
- Sparse Data
Best for: AI Scientist, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.