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

◆ inv_inc_beta() [3/4]

template<typename T1 , typename T2 , typename T3 , require_any_container_t< T1, T2, T3 > * = nullptr>
auto stan::math::inv_inc_beta ( const T1 &  a,
const T2 &  b,
const T3 &  c 
)
inline

Enables the vectorized application of the inv_inc_beta function, when any arguments are containers.

Template Parameters
T1type of first input
T2type of second input
T3type of third input
Parameters
aFirst input
bSecond input
cThird input
Returns
Inverse of the incomplete Beta function applied to the three inputs.

Definition at line 49 of file inv_inc_beta.hpp.