Stan Math Library
4.9.0
Automatic Differentiation
|
|
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.
a | Shape parameter a >= 0; a and b can't both be 0 |
b | Shape parameter b >= 0 |
p | Random variate. 0 <= p <= 1 |
if | constraints are violated or if any argument is NaN |
Definition at line 35 of file inv_inc_beta.hpp.