Stan Math Library
5.1.0
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_y
type of y
T_scale_succ
type of success parameter
T_scale_fail
type of failure parameter
Definition at line
32
of file
beta_lcdf.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.