Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ pareto_type_2_lccdf() [1/2]

template<typename T_y_cl , typename T_loc_cl , typename T_scale_cl , typename T_shape_cl , require_all_prim_or_rev_kernel_expression_t< T_y_cl, T_loc_cl, T_scale_cl, T_shape_cl > * = nullptr, require_any_not_stan_scalar_t< T_y_cl, T_loc_cl, T_scale_cl, T_shape_cl > * = nullptr>
return_type_t< T_y_cl, T_loc_cl, T_scale_cl, T_shape_cl > stan::math::pareto_type_2_lccdf ( const T_y_cl &  y,
const T_loc_cl &  mu,
const T_scale_cl &  lambda,
const T_shape_cl &  alpha 
)

Returns the pareto type 2 log complementaty cumulative density function.

Given containers of matching sizes, returns the sum of log probabilities.

Template Parameters
T_y_cltype of scalar outcome
T_loc_cltype of location
T_scale_cltype of scale
T_shape_cltype of inverse scale
Parameters
y(Sequence of) scalar(s).
mu(Sequence of) location(s).
lambda(Sequence of) scale(s).
alpha(Sequence of) shape(s).
Returns
The log of the product of densities.

Definition at line 36 of file pareto_type_2_lccdf.hpp.