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

#include <fwd.hpp>

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 chi_squared_distribution (RealType i)
 
RealType degrees_of_freedom () const
 

Static Public Member Functions

static RealType find_degrees_of_freedom (RealType difference_from_variance, RealType alpha, RealType beta, RealType variance, RealType hint=100)
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class RealType = double, class Policy = policies::policy<>>
boost::math::chi_squared_distribution< RealType, Policy >::chi_squared_distribution ( RealType  i)
inline

Member Function Documentation

template<class RealType , class Policy >
RealType boost::math::chi_squared_distribution< RealType, Policy >::find_degrees_of_freedom ( RealType  difference_from_variance,
RealType  alpha,
RealType  beta,
RealType  variance,
RealType  hint = 100 
)
static

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