neurodata / hyppo

Python package for multivariate hypothesis testing
https://hyppo.neurodata.io/
Other
215 stars 90 forks source link

[Question] Multivariate conditional independence testing #360

Open kenneth-lee-ch opened 1 year ago

kenneth-lee-ch commented 1 year ago

Does this package support multivariate conditional independence testing? If so, would you mind providing a simple example of how to do that?

sampan501 commented 1 year ago

It does, but those are in main but haven't been released on PyPi. We are also currently working on conditional Dcorr. To use them now you would need to build from source

kenneth-lee-ch commented 1 year ago

@sampan501 Thanks for the reply. Would you mind pointing me to a specific directory/pull request?

sampan501 commented 1 year ago

Current module: hyppo/conditional Conditional dcorr pr: https://github.com/neurodata/hyppo/pull/349