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

◆ uniform_cdf() [1/2]

template<typename T_y_cl , typename T_low_cl , typename T_high_cl , require_all_prim_or_rev_kernel_expression_t< T_y_cl, T_low_cl, T_high_cl > * = nullptr, require_any_not_stan_scalar_t< T_y_cl, T_low_cl, T_high_cl > * = nullptr>
return_type_t< T_y_cl, T_low_cl, T_high_cl > stan::math::uniform_cdf ( const T_y_cl &  y,
const T_low_cl &  alpha,
const T_high_cl &  beta 
)

Returns the uniform cumulative distribution function for the given location, and scale.

If given containers of matching sizes returns the product of probabilities.

Template Parameters
T_y_cltype of scalar outcome
T_low_cltype of low bounds
T_high_cltype of high bounds
Parameters
y(Sequence of) scalar(s).
alphaSequence of low bounds.
betaSequence of high bounds.
Returns
The product of densities.

Definition at line 33 of file uniform_cdf.hpp.