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

Functions

template<class RealType , class Policy >
bool check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &)
 
template<class RealType , class Policy >
bool check_dist (const char *function, const RealType &p, RealType *result, const Policy &, const mpl::true_ &)
 
template<class RealType , class Policy >
bool check_dist (const char *, const RealType &, RealType *, const Policy &, const mpl::false_ &)
 
template<class RealType , class Policy >
bool check_dist (const char *function, const RealType &p, RealType *result, const Policy &)
 
template<class RealType , class Policy >
bool check_dist_and_k (const char *function, const RealType &p, RealType k, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist_and_prob (const char *function, RealType p, RealType prob, RealType *result, const Policy &)
 

Function Documentation

template<class RealType , class Policy >
bool boost::math::bernoulli_detail::check_dist ( const char *  function,
const RealType &  p,
RealType *  result,
const Policy &  ,
const mpl::true_  
)
inline
template<class RealType , class Policy >
bool boost::math::bernoulli_detail::check_dist ( const char *  ,
const RealType &  ,
RealType *  ,
const Policy &  ,
const mpl::false_  
)
inline
template<class RealType , class Policy >
bool boost::math::bernoulli_detail::check_dist ( const char *  function,
const RealType &  p,
RealType *  result,
const Policy &   
)
inline

References check_dist().

template<class RealType , class Policy >
bool boost::math::bernoulli_detail::check_dist_and_k ( const char *  function,
const RealType &  p,
RealType  k,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::bernoulli_detail::check_dist_and_prob ( const char *  function,
RealType  p,
RealType  prob,
RealType *  result,
const Policy &   
)
inline

References check_dist().

Referenced by boost::math::quantile().

template<class RealType , class Policy >
bool boost::math::bernoulli_detail::check_success_fraction ( const char *  function,
const RealType &  p,
RealType *  result,
const Policy &   
)
inline