Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::bernoulli_distribution< RealType, Policy > Singleton Reference

#include <fwd.hpp>

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 bernoulli_distribution (RealType p=0.5)
 
RealType success_fraction () const
 

Member Typedef Documentation

template<class RealType = double, class Policy = policies::policy<>>
typedef Policy boost::math::bernoulli_distribution< RealType, Policy >::policy_type
template<class RealType = double, class Policy = policies::policy<>>
typedef RealType boost::math::bernoulli_distribution< RealType, Policy >::value_type

Constructor & Destructor Documentation

template<class RealType = double, class Policy = policies::policy<>>
boost::math::bernoulli_distribution< RealType, Policy >::bernoulli_distribution ( RealType  p = 0.5)
inline

Member Function Documentation


The documentation for this singleton was generated from the following file: