|
template<class RealType , class Policy > |
bool | boost::math::detail::check_weibull_shape (const char *function, RealType shape, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::detail::check_weibull_x (const char *function, RealType const &x, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::detail::check_weibull (const char *function, RealType scale, RealType shape, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const weibull_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const weibull_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::pdf (const weibull_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const weibull_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const weibull_distribution< RealType, Policy > &dist, const RealType &p) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const complemented2_type< weibull_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const complemented2_type< weibull_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::mean (const weibull_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::variance (const weibull_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::mode (const weibull_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::median (const weibull_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::skewness (const weibull_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis_excess (const weibull_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis (const weibull_distribution< RealType, Policy > &dist) |
|