Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ inv_inc_beta() [2/4]

double stan::math::inv_inc_beta ( double  a,
double  b,
double  p 
)
inline

The inverse of the normalized incomplete beta function of a, b, with probability p.

Used to compute the inverse cumulative density function for the beta distribution.

Parameters
aShape parameter a >= 0; a and b can't both be 0
bShape parameter b >= 0
pRandom variate. 0 <= p <= 1
Exceptions
ifconstraints are violated or if any argument is NaN
Returns
The inverse of the normalized incomplete beta function.

Definition at line 25 of file inv_inc_beta.hpp.