neurodata / hyppo

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

Fixes typo/ wrong inference in overview.py #364

Closed transpersonify closed 1 year ago

transpersonify commented 1 year ago

Reference issue

Closes: Issue #363

Type of change

Bug in Documentation

What does this implement/fix?

in Tutorials > overview.py: Given that MGC measures the correlation between the two variables, the null hypothesis that the two variables are independent. Given that the p-value < 0.05 then means that we can reject the null hypothesis of the two variables being independent. And infer that the two variables are related (i.e. not independent).