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