Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which is the null hypothesis? #1

Closed
Angela446-lgtm opened this issue Jun 22, 2021 · 1 comment
Closed

which is the null hypothesis? #1

Angela446-lgtm opened this issue Jun 22, 2021 · 1 comment

Comments

@Angela446-lgtm
Copy link

pval = itest(df.iloc[:,ix].values, df.iloc[:,jx].values, test_args={'statistic': 'mixed_mi', 'n_jobs': 8})
is_independent = (pval >= 1.- 0.95) #confidence_level = 0.95

So, the output is True. So, the two variables are independent.

Which is the null hypothesis here?

@syanga
Copy link
Owner

syanga commented Aug 18, 2023

The null hypothesis usually refers to independence

@syanga syanga closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants