Best way to choose from independence tests? #134
-
How should I go about choosing a independence test for a dataset? If both parcorr, gpdc, and CMIknn produce graphs with many significant links, how can I evaluate the better model? It makes sense to use AIC/BIC for hyperparameters such as the alpha significance level, but since each independence test has its own model selection criterion (and CMIknn does not have a model selection criterion?), can they be compared to one another? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can choose the appropriate independence test based on the assumptions about the distribution. If linear - parcorr, non-linear-gpdc, and CMIKnn is a non parametric test. |
Beta Was this translation helpful? Give feedback.
-
New tutorial here: https://github.com/jakobrunge/tigramite/blob/master/tutorials/causal_discovery/tigramite_tutorial_conditional_independence_tests.ipynb |
Beta Was this translation helpful? Give feedback.
You can choose the appropriate independence test based on the assumptions about the distribution. If linear - parcorr, non-linear-gpdc, and CMIKnn is a non parametric test.