You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to scipy doc: cdf or sf take for argument : (k, M, n, N, loc=0) where M is the total number of objects (and not n=N-m like in R phyper, so here it should be the population.
Also the fisher_exact test could take an alternative param 'greater' so that both p-value would be the same, as Fischer is based on hypergeometric distribution.
I hope this package is still maintain :)
The text was updated successfully, but these errors were encountered:
According to scipy doc: cdf or sf take for argument :
(k, M, n, N, loc=0)
where M is the total number of objects (and not n=N-m like in Rphyper
, so here it should be the population.Also the
fisher_exact
test could take analternative
param 'greater' so that both p-value would be the same, as Fischer is based on hypergeometric distribution.I hope this package is still maintain :)
The text was updated successfully, but these errors were encountered: