|
template<class RealType , class Policy > |
bool | boost::math::beta_detail::check_alpha (const char *function, const RealType &alpha, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::beta_detail::check_beta (const char *function, const RealType &beta, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::beta_detail::check_prob (const char *function, const RealType &p, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::beta_detail::check_x (const char *function, const RealType &x, RealType *result, const Policy &pol) |
|
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) |
|
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) |
|
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) |
|
template<class RealType , class Policy > |
bool | boost::math::beta_detail::check_mean (const char *function, const RealType &mean, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
bool | boost::math::beta_detail::check_variance (const char *function, const RealType &variance, RealType *result, const Policy &pol) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const beta_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const beta_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::mean (const beta_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::variance (const beta_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::mode (const beta_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::skewness (const beta_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis_excess (const beta_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis (const beta_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::pdf (const beta_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const beta_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const complemented2_type< beta_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const beta_distribution< RealType, Policy > &dist, const RealType &p) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const complemented2_type< beta_distribution< RealType, Policy >, RealType > &c) |
|