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) |
|
inline |
References boost::spirit::ascii::alpha, and boost::math::isfinite().
Referenced by boost::math::cdf(), check_dist(), boost::math::beta_distribution< RealType, Policy >::find_beta(), boost::math::mode(), boost::math::detail::nc_beta_pdf(), boost::math::detail::nc_beta_quantile(), and boost::math::non_central_beta_distribution< T, Policy >::non_central_beta_distribution().
|
inline |
References boost::math::beta(), and boost::math::isfinite().
Referenced by boost::math::cdf(), check_dist(), boost::math::beta_distribution< RealType, Policy >::find_alpha(), boost::math::mode(), boost::math::detail::nc_beta_pdf(), boost::math::detail::nc_beta_quantile(), and boost::math::non_central_beta_distribution< T, Policy >::non_central_beta_distribution().
|
inline |
References check_alpha(), and check_beta().
Referenced by boost::math::beta_distribution< RealType, Policy >::beta_distribution(), check_dist_and_prob(), and check_dist_and_x().
|
inline |
References check_dist(), and check_prob().
Referenced by boost::math::quantile().
|
inline |
References check_dist(), and check_x().
Referenced by boost::math::cdf(), and boost::math::pdf().
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::isfinite(), and boost::flyweights::x.
Referenced by boost::math::cdf(), boost::math::detail::cdf_imp(), check_dist_and_x(), boost::math::beta_distribution< RealType, Policy >::find_alpha(), boost::math::beta_distribution< RealType, Policy >::find_beta(), boost::math::detail::nc_beta_pdf(), and boost::math::pdf().