Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.btdtri
¶
scipy.special.
btdtri
(
x1
,
x2
,
x3
[
,
out
]
)
¶
x=btdtri(a,b,p) returns the pth quantile of the beta distribution. It is effectively the inverse of btdtr returning the value of x for which btdtr(a,b,x) = p. SEE ALSO betaincinv
Previous topic
scipy.special.btdtr
Next topic
scipy.special.fdtr
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»