[SciPy-Dev] binom_test incorrect behavior in the tails

Yaroslav Halchenko lists at onerussian.com
Wed Mar 16 14:33:22 EDT 2011


I am using scipy 0.7.2 in Debian

could anyone check if following behavior is still in place in the
current master:

$> python -c 'import scipy.stats,numpy; print numpy.array([scipy.stats.binom_test(a, 100) for a in [90, 98, 99, 100]])' 
[  1.53164509e-17   1.60428187e-19   1.66102449e-18   2.16868332e-09]   

-- 
=------------------------------------------------------------------=
Keep in touch                                     www.onerussian.com
Yaroslav Halchenko                 www.ohloh.net/accounts/yarikoptic



More information about the SciPy-Dev mailing list