Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_scale_cl > stan::math::rayleigh_cdf | ( | const T_y_cl & | y, |
const T_scale_cl & | sigma | ||
) |
Returns the Rayleigh cumulative distribution function for the given location, and scale.
If given containers of matching sizes returns the product of probabilities.
T_y_cl | type of scalar outcome |
T_scale_cl | type of scale |
y | (Sequence of) scalar(s). |
sigma | (Sequence of) scale(s). |
Definition at line 31 of file rayleigh_cdf.hpp.