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

Functions

template<class RealType , class Policy >
bool check_alpha (const char *function, const RealType &alpha, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_beta (const char *function, const RealType &beta, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_prob (const char *function, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_x (const char *function, const RealType &x, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist (const char *function, const RealType &alpha, const RealType &beta, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist_and_x (const char *function, const RealType &alpha, const RealType &beta, RealType x, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist_and_prob (const char *function, const RealType &alpha, const RealType &beta, RealType p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_mean (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_variance (const char *function, const RealType &variance, RealType *result, const Policy &pol)
 

Function Documentation

template<class RealType , class Policy >
bool boost::math::beta_detail::check_alpha ( const char *  function,
const RealType &  alpha,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::beta_detail::check_beta ( const char *  function,
const RealType &  beta,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::beta_detail::check_dist ( const char *  function,
const RealType &  alpha,
const RealType &  beta,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::beta_detail::check_dist_and_prob ( const char *  function,
const RealType &  alpha,
const RealType &  beta,
RealType  p,
RealType *  result,
const Policy &  pol 
)
inline

References check_dist(), and check_prob().

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

template<class RealType , class Policy >
bool boost::math::beta_detail::check_dist_and_x ( const char *  function,
const RealType &  alpha,
const RealType &  beta,
RealType  x,
RealType *  result,
const Policy &  pol 
)
inline

References check_dist(), and check_x().

Referenced by boost::math::cdf(), and boost::math::pdf().

template<class RealType , class Policy >
bool boost::math::beta_detail::check_mean ( const char *  function,
const RealType &  mean,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::beta_detail::check_prob ( const char *  function,
const RealType &  p,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::beta_detail::check_variance ( const char *  function,
const RealType &  variance,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::beta_detail::check_x ( const char *  function,
const RealType &  x,
RealType *  result,
const Policy &  pol 
)
inline