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) |
|
inline |
References check_N(), and check_success_fraction().
Referenced by boost::math::binomial_distribution< RealType, Policy >::binomial_distribution(), check_dist_and_k(), and check_dist_and_prob().
|
inline |
References check_dist(), and boost::math::isfinite().
Referenced by boost::math::cdf(), boost::math::binomial_distribution< RealType, Policy >::find_lower_bound_on_p(), boost::math::binomial_distribution< RealType, Policy >::find_maximum_number_of_trials(), boost::math::binomial_distribution< RealType, Policy >::find_minimum_number_of_trials(), boost::math::binomial_distribution< RealType, Policy >::find_upper_bound_on_p(), and boost::math::pdf().
|
inline |
References check_dist().
Referenced by boost::math::binomial_distribution< RealType, Policy >::find_lower_bound_on_p(), boost::math::binomial_distribution< RealType, Policy >::find_maximum_number_of_trials(), boost::math::binomial_distribution< RealType, Policy >::find_minimum_number_of_trials(), boost::math::binomial_distribution< RealType, Policy >::find_upper_bound_on_p(), and quantile_imp().
|
inline |
References boost::math::isfinite(), and N.
Referenced by check_dist().
|
inline |
References boost::math::isfinite(), and boost::multiprecision::backends::p.
Referenced by check_dist().
T boost::math::binomial_detail::inverse_binomial_cornish_fisher | ( | T | n, |
T | sf, | ||
T | p, | ||
T | q, | ||
const Policy & | pol | ||
) |
References BOOST_MATH_STD_USING, boost::math::erfc_inv(), boost::n, boost::geometry::math::sqrt(), T, and boost::flyweights::x.
Referenced by quantile_imp().
RealType boost::math::binomial_detail::quantile_imp | ( | const binomial_distribution< RealType, Policy > & | dist, |
const RealType & | p, | ||
const RealType & | q, | ||
bool | comp | ||
) |