| 
| template<class RealType , class Policy >  | 
| bool  | boost::math::bernoulli_detail::check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::bernoulli_detail::check_dist (const char *function, const RealType &p, RealType *result, const Policy &, const mpl::true_ &) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::bernoulli_detail::check_dist (const char *, const RealType &, RealType *, const Policy &, const mpl::false_ &) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::bernoulli_detail::check_dist (const char *function, const RealType &p, RealType *result, const Policy &) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::bernoulli_detail::check_dist_and_k (const char *function, const RealType &p, RealType k, RealType *result, const Policy &pol) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::bernoulli_detail::check_dist_and_prob (const char *function, RealType p, RealType prob, RealType *result, const Policy &) | 
|   | 
| template<class RealType , class Policy >  | 
const std::pair< RealType,  
RealType >  | boost::math::range (const bernoulli_distribution< RealType, Policy > &) | 
|   | 
| template<class RealType , class Policy >  | 
const std::pair< RealType,  
RealType >  | boost::math::support (const bernoulli_distribution< RealType, Policy > &) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::mean (const bernoulli_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::variance (const bernoulli_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::pdf (const bernoulli_distribution< RealType, Policy > &dist, const RealType &k) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::cdf (const bernoulli_distribution< RealType, Policy > &dist, const RealType &k) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::cdf (const complemented2_type< bernoulli_distribution< RealType, Policy >, RealType > &c) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::quantile (const bernoulli_distribution< RealType, Policy > &dist, const RealType &p) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::quantile (const complemented2_type< bernoulli_distribution< RealType, Policy >, RealType > &c) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::mode (const bernoulli_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::skewness (const bernoulli_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::kurtosis_excess (const bernoulli_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::kurtosis (const bernoulli_distribution< RealType, Policy > &dist) | 
|   |