|
template<class RealType , class Policy > |
bool | boost::math::binomial_detail::check_N (const char *function, const RealType &N, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::binomial_detail::check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::binomial_detail::check_dist (const char *function, const RealType &N, const RealType &p, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::binomial_detail::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 | boost::math::binomial_detail::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 | boost::math::binomial_detail::inverse_binomial_cornish_fisher (T n, T sf, T p, T q, const Policy &pol) |
|
template<class RealType , class Policy > |
RealType | boost::math::binomial_detail::quantile_imp (const binomial_distribution< RealType, Policy > &dist, const RealType &p, const RealType &q, bool comp) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::mean (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::variance (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::pdf (const binomial_distribution< RealType, Policy > &dist, const RealType &k) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const binomial_distribution< RealType, Policy > &dist, const RealType &k) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const complemented2_type< binomial_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const binomial_distribution< RealType, Policy > &dist, const RealType &p) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const complemented2_type< binomial_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::mode (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::median (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::skewness (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis (const binomial_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis_excess (const binomial_distribution< RealType, Policy > &dist) |
|