Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_scale_cl, T_shape_cl > stan::math::pareto_cdf | ( | const T_y_cl & | y, |
const T_scale_cl & | y_min, | ||
const T_shape_cl & | alpha | ||
) |
Returns the Pareto cumulative density function.
Given containers of matching sizes, returns the product of probabilities.
T_y_cl | type of scalar outcome |
T_scale_cl | type of location |
T_shape_cl | type of scale |
y | (Sequence of) scalar(s). |
y_min | (Sequence of) location(s). |
alpha | (Sequence of) scale(s). |
Definition at line 33 of file pareto_cdf.hpp.