|
template<class RealType , class Policy > |
bool | boost::math::detail::verify_sigma (const char *function, RealType sigma, RealType *presult, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::detail::verify_rayleigh_x (const char *function, RealType x, RealType *presult, const Policy &pol) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const rayleigh_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const rayleigh_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::pdf (const rayleigh_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const rayleigh_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const rayleigh_distribution< RealType, Policy > &dist, const RealType &p) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const complemented2_type< rayleigh_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const complemented2_type< rayleigh_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::mean (const rayleigh_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::variance (const rayleigh_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::mode (const rayleigh_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::median (const rayleigh_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::skewness (const rayleigh_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis (const rayleigh_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis_excess (const rayleigh_distribution< RealType, Policy > &) |
|