Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_inv_scale > stan::math::exponential_cdf | ( | const T_y & | y, |
const T_inv_scale & | beta | ||
) |
Calculates the 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 | type of scalar |
T_inv_scale | type of inverse scale |
y | A scalar variable. |
beta | Inverse scale parameter. |
Definition at line 35 of file exponential_cdf.hpp.