py-why / causal-learn

Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
https://causal-learn.readthedocs.io/en/latest/
MIT License
1.04k stars 174 forks source link

Implementation for CCI? #172

Open patfl84 opened 4 months ago

patfl84 commented 4 months ago

Hi, is there already an implementation for CCI (Conditional Correlation Independence) Test in causal-learn?

Ramsey, Joseph D. "A scalable conditional independence test for nonlinear, non-gaussian data." arXiv preprint arXiv:1401.5031 (2014).

kunwuz commented 3 months ago

No, that test has not been in causal-learn yet.