Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_scale_succ, T_scale_fail > stan::math::beta_cdf | ( | const T_y & | y, |
const T_scale_succ & | alpha, | ||
const T_scale_fail & | beta | ||
) |
Calculates the beta cumulative distribution function for the given variate and scale variables.
y | A scalar variate. |
alpha | Prior sample size. |
beta | Prior sample size. |
T_y | Type of y. |
T_scale_succ | Type of alpha. |
T_scale_fail | Type of beta. |
Definition at line 36 of file beta_cdf.hpp.