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

#include <fwd.hpp>

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 beta_distribution (RealType l_alpha=1, RealType l_beta=1)
 
RealType alpha () const
 
RealType beta () const
 

Static Public Member Functions

static RealType find_alpha (RealType mean, RealType variance)
 
static RealType find_beta (RealType mean, RealType variance)
 
static RealType find_alpha (RealType beta, RealType x, RealType probability)
 
static RealType find_beta (RealType alpha, RealType x, RealType probability)
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class RealType = double, class Policy = policies::policy<>>
boost::math::beta_distribution< RealType, Policy >::beta_distribution ( RealType  l_alpha = 1,
RealType  l_beta = 1 
)
inline

Member Function Documentation

template<class RealType = double, class Policy = policies::policy<>>
static RealType boost::math::beta_distribution< RealType, Policy >::find_alpha ( RealType  mean,
RealType  variance 
)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
static RealType boost::math::beta_distribution< RealType, Policy >::find_alpha ( RealType  beta,
RealType  x,
RealType  probability 
)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
static RealType boost::math::beta_distribution< RealType, Policy >::find_beta ( RealType  mean,
RealType  variance 
)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
static RealType boost::math::beta_distribution< RealType, Policy >::find_beta ( RealType  alpha,
RealType  x,
RealType  probability 
)
inlinestatic

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