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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to