![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/err/check_nonnegative.hpp>
#include <stan/math/prim/scal/err/check_positive_finite.hpp>
#include <stan/math/prim/scal/fun/size_zero.hpp>
#include <stan/math/prim/scal/fun/value_of.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T_y , typename T_shape , typename T_scale > | |
return_type< T_y, T_shape, T_scale >::type | stan::math::weibull_lccdf (const T_y &y, const T_shape &alpha, const T_scale &sigma) |
Returns the Weibull log complementary cumulative distribution function for the given location and scale. More... | |