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

◆ beta_lcdf()

template<typename T_y , typename T_scale_succ , typename T_scale_fail >
return_type_t< T_y, T_scale_succ, T_scale_fail > stan::math::beta_lcdf ( const T_y &  y,
const T_scale_succ &  alpha,
const T_scale_fail &  beta_param 
)
inline

Beta log CDF.

Template Parameters
T_ytype of y
T_scale_succtype of success parameter
T_scale_failtype of failure parameter

Definition at line 32 of file beta_lcdf.hpp.