Functions | |
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 &p, RealType *result, const Policy &pol) |
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 &pol) |
|
inline |
References check_success_fraction().
Referenced by check_dist_and_k(), check_dist_and_prob(), and boost::math::geometric_distribution< RealType, Policy >::geometric_distribution().
|
inline |
References check_dist(), and boost::math::isfinite().
Referenced by boost::math::cdf(), boost::math::geometric_distribution< RealType, Policy >::find_lower_bound_on_p(), boost::math::geometric_distribution< RealType, Policy >::find_maximum_number_of_trials(), boost::math::geometric_distribution< RealType, Policy >::find_minimum_number_of_trials(), boost::math::geometric_distribution< RealType, Policy >::find_upper_bound_on_p(), and boost::math::pdf().
|
inline |
References check_dist().
Referenced by boost::math::quantile().
|
inline |
References boost::math::isfinite(), and boost::multiprecision::backends::p.
Referenced by check_dist().