|
template<typename Dist > |
Dist::value_type | boost::math::detail::generic_quantile (const Dist &dist, const typename Dist::value_type &p, const typename Dist::value_type &guess, bool comp, const char *function) |
|
template<typename RealT , typename PolicyT > |
std::pair< RealT, RealT > | boost::math::range (hyperexponential_distribution< RealT, PolicyT > const &) |
|
template<typename RealT , typename PolicyT > |
std::pair< RealT, RealT > | boost::math::support (hyperexponential_distribution< RealT, PolicyT > const &) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::pdf (hyperexponential_distribution< RealT, PolicyT > const &dist, RealT const &x) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::cdf (hyperexponential_distribution< RealT, PolicyT > const &dist, RealT const &x) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::quantile (hyperexponential_distribution< RealT, PolicyT > const &dist, RealT const &p) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::cdf (complemented2_type< hyperexponential_distribution< RealT, PolicyT >, RealT > const &c) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::quantile (complemented2_type< hyperexponential_distribution< RealT, PolicyT >, RealT > const &c) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::mean (hyperexponential_distribution< RealT, PolicyT > const &dist) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::variance (hyperexponential_distribution< RealT, PolicyT > const &dist) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::skewness (hyperexponential_distribution< RealT, PolicyT > const &dist) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::kurtosis (hyperexponential_distribution< RealT, PolicyT > const &dist) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::kurtosis_excess (hyperexponential_distribution< RealT, PolicyT > const &dist) |
|
template<typename RealT , typename PolicyT > |
RealT | boost::math::mode (hyperexponential_distribution< RealT, PolicyT > const &) |
|