|
template<class RealType , class Policy > |
RealType | boost::math::detail::cdf_imp (const cauchy_distribution< RealType, Policy > &dist, const RealType &x, bool complement) |
|
template<class RealType , class Policy > |
RealType | boost::math::detail::quantile_imp (const cauchy_distribution< RealType, Policy > &dist, const RealType &p, bool complement) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const cauchy_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const cauchy_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::pdf (const cauchy_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const cauchy_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const cauchy_distribution< RealType, Policy > &dist, const RealType &p) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const complemented2_type< cauchy_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const complemented2_type< cauchy_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::mean (const cauchy_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::variance (const cauchy_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::mode (const cauchy_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::median (const cauchy_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::skewness (const cauchy_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis (const cauchy_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis_excess (const cauchy_distribution< RealType, Policy > &) |
|