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

◆ inv_inc_beta() [1/4]

template<typename T1 , typename T2 , typename T3 , require_all_stan_scalar_t< T1, T2, T3 > * = nullptr, require_any_fvar_t< T1, T2, T3 > * = nullptr>
fvar< partials_return_t< T1, T2, T3 > > stan::math::inv_inc_beta ( const T1 &  a,
const T2 &  b,
const T3 &  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 35 of file inv_inc_beta.hpp.