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

Classes

singleton  boost::math::binomial_distribution< RealType, Policy >
 
singleton  boost::math::binomial_distribution< RealType, Policy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::binomial_detail
 

Typedefs

typedef binomial_distribution boost::math::binomial
 

Functions

template<class RealType , class Policy >
bool boost::math::binomial_detail::check_N (const char *function, const RealType &N, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::binomial_detail::check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::binomial_detail::check_dist (const char *function, const RealType &N, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::binomial_detail::check_dist_and_k (const char *function, const RealType &N, const RealType &p, RealType k, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::binomial_detail::check_dist_and_prob (const char *function, const RealType &N, RealType p, RealType prob, RealType *result, const Policy &pol)
 
template<class T , class Policy >
T boost::math::binomial_detail::inverse_binomial_cornish_fisher (T n, T sf, T p, T q, const Policy &pol)
 
template<class RealType , class Policy >
RealType boost::math::binomial_detail::quantile_imp (const binomial_distribution< RealType, Policy > &dist, const RealType &p, const RealType &q, bool comp)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mean (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::variance (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const binomial_distribution< RealType, Policy > &dist, const RealType &k)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const binomial_distribution< RealType, Policy > &dist, const RealType &k)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< binomial_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const binomial_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< binomial_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::mode (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::median (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const binomial_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const binomial_distribution< RealType, Policy > &dist)