scipy stats binom_test

dusans dusan.smitran at gmail.com
Thu Jun 25 08:14:48 EDT 2009


Amm i using the function wrong or ...? cuz in R i get the right value

>>> binom_test(3, 5, p=0.8)
0.262

> dbinom(3, 5, 0.8)
[1] 0.205



More information about the Python-list mailing list