Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
hypergeometric.hpp File Reference
#include <boost/math/distributions/detail/common_error_handling.hpp>
#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/detail/hypergeometric_pdf.hpp>
#include <boost/math/distributions/detail/hypergeometric_cdf.hpp>
#include <boost/math/distributions/detail/hypergeometric_quantile.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Include dependency graph for hypergeometric.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::math::hypergeometric_distribution< RealType, Policy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 

Typedefs

typedef
hypergeometric_distribution
< double > 
boost::math::hypergeometric
 

Functions

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