Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::binomial_detail Namespace Reference

Functions

template<class RealType , class Policy >
bool check_N (const char *function, const RealType &N, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist (const char *function, const RealType &N, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool 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 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 inverse_binomial_cornish_fisher (T n, T sf, T p, T q, const Policy &pol)
 
template<class RealType , class Policy >
RealType quantile_imp (const binomial_distribution< RealType, Policy > &dist, const RealType &p, const RealType &q, bool comp)
 

Function Documentation

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 
)
inline
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 
)
inline
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 
)
inline
template<class RealType , class Policy >
bool boost::math::binomial_detail::check_N ( const char *  function,
const RealType &  N,
RealType *  result,
const Policy &  pol 
)
inline

References boost::math::isfinite(), and N.

Referenced by check_dist().

template<class RealType , class Policy >
bool boost::math::binomial_detail::check_success_fraction ( const char *  function,
const RealType &  p,
RealType *  result,
const Policy &  pol 
)
inline
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 
)