I found conditional_distribution_similarity implementation via https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/causality/pairwise/CDS.py
The method seems very interesting (and promising). Anyway, despite I've read https://arxiv.org/pdf/1601.06680.pdf I don't understand the reasons under default values for ffactor, maxdev, minc. Could you provide some brief explanation and suggested ranges or alternatives for these parameters?
Thanks!
I found
conditional_distribution_similarityimplementation via https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/causality/pairwise/CDS.pyThe method seems very interesting (and promising). Anyway, despite I've read https://arxiv.org/pdf/1601.06680.pdf I don't understand the reasons under default values for
ffactor,maxdev,minc. Could you provide some brief explanation and suggested ranges or alternatives for these parameters?Thanks!