Scipy.org
Docs
SciPy v0.13.0 Reference Guide
Special functions (
scipy.special
)
index
modules
next
previous
scipy.special.bdtr
¶
scipy.special.
bdtr
(
k
,
n
,
p) returns the sum of the terms 0 through k of the Binomial probability density: sum(nCj p**j (1-p)**(n-j)
,
j=0..k
)
= <ufunc 'bdtr'>
¶
Previous topic
scipy.special.itmodstruve0
Next topic
scipy.special.bdtrc