#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/fwd.hpp>
#include <boost/concept_check.hpp>
#include <utility>
Classes | |
class | boost::math::concepts::distribution_archetype< RealType > |
struct | boost::math::concepts::DistributionConcept< Distribution > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::concepts | |
Functions | |
template<class RealType > | |
RealType | boost::math::concepts::pdf (const distribution_archetype< RealType > &dist, const RealType &x) |
template<class RealType > | |
RealType | boost::math::concepts::cdf (const distribution_archetype< RealType > &dist, const RealType &x) |
template<class RealType > | |
RealType | boost::math::concepts::quantile (const distribution_archetype< RealType > &dist, const RealType &p) |
template<class RealType > | |
RealType | boost::math::concepts::cdf (const complemented2_type< distribution_archetype< RealType >, RealType > &c) |
template<class RealType > | |
RealType | boost::math::concepts::quantile (const complemented2_type< distribution_archetype< RealType >, RealType > &c) |
template<class RealType > | |
RealType | boost::math::concepts::mean (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::standard_deviation (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::variance (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::hazard (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::chf (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::coefficient_of_variation (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::mode (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::skewness (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::kurtosis_excess (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::kurtosis (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
RealType | boost::math::concepts::median (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
std::pair< RealType, RealType > | boost::math::concepts::range (const distribution_archetype< RealType > &dist) |
template<class RealType > | |
std::pair< RealType, RealType > | boost::math::concepts::support (const distribution_archetype< RealType > &dist) |