Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.bdtrc
¶
scipy.special.
bdtrc
(
k
,
n
,
p) returns the sum of the terms k+1 through n of the Binomial probability density: sum(nCj p**j (1-p)**(n-j)
,
j=k+1..n
)
= <ufunc 'bdtrc'>
¶
Previous topic
scipy.special.bdtr
Next topic
scipy.special.bdtri
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»