Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
distributions.hpp File Reference
Include dependency graph for distributions.hpp:

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)