Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_inv_scale_cl > stan::math::exponential_lcdf | ( | const T_y_cl & | y, |
const T_inv_scale_cl & | beta | ||
) |
Calculates the log exponential cumulative distribution function for the given y and beta.
Inverse scale parameter must be greater than 0. y must be greater than or equal to 0.
T_y_cl | type of scalar |
T_inv_scale_cl | type of inverse scale |
y | a scalar variable |
beta | inverse scale parameter |
Definition at line 33 of file exponential_lcdf.hpp.