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

◆ weibull_cdf() [2/2]

template<typename T_y , typename T_shape , typename T_scale , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T_y, T_shape, T_scale > * = nullptr>
return_type_t< T_y, T_shape, T_scale > stan::math::weibull_cdf ( const T_y &  y,
const T_shape &  alpha,
const T_scale &  sigma 
)

Returns the Weibull cumulative distribution function for the given location and scale.

Given containers of matching sizes, returns the product of probabilities.

Template Parameters
T_ytype of real parameter
T_shapetype of shape parameter
T_scaletype of scale parameter
Parameters
yreal parameter
alphashape parameter
sigmascale parameter
Returns
probability or product of probabilities
Exceptions
std::domain_errorif y is negative, alpha sigma is nonpositive

Definition at line 39 of file weibull_cdf.hpp.