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

#include <non_central_chi_squared.hpp>

Inheritance diagram for boost::math::non_central_chi_squared_distribution< RealType, Policy >:

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 non_central_chi_squared_distribution (RealType df_, RealType lambda)
 
RealType degrees_of_freedom () const
 
RealType non_centrality () const
 

Static Public Member Functions

static RealType find_degrees_of_freedom (RealType lam, RealType x, RealType p)
 
template<class A , class B , class C >
static RealType find_degrees_of_freedom (const complemented3_type< A, B, C > &c)
 
static RealType find_non_centrality (RealType v, RealType x, RealType p)
 
template<class A , class B , class C >
static RealType find_non_centrality (const complemented3_type< A, B, C > &c)
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class RealType = double, class Policy = policies::policy<>>
boost::math::non_central_chi_squared_distribution< RealType, Policy >::non_central_chi_squared_distribution ( RealType  df_,
RealType  lambda 
)
inline

Member Function Documentation

template<class RealType = double, class Policy = policies::policy<>>
RealType boost::math::non_central_chi_squared_distribution< RealType, Policy >::degrees_of_freedom ( ) const
inline
template<class RealType = double, class Policy = policies::policy<>>
static RealType boost::math::non_central_chi_squared_distribution< RealType, Policy >::find_degrees_of_freedom ( RealType  lam,
RealType  x,
RealType  p 
)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
template<class A , class B , class C >
static RealType boost::math::non_central_chi_squared_distribution< RealType, Policy >::find_degrees_of_freedom ( const complemented3_type< A, B, C > &  c)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
static RealType boost::math::non_central_chi_squared_distribution< RealType, Policy >::find_non_centrality ( RealType  v,
RealType  x,
RealType  p 
)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
template<class A , class B , class C >
static RealType boost::math::non_central_chi_squared_distribution< RealType, Policy >::find_non_centrality ( const complemented3_type< A, B, C > &  c)
inlinestatic
template<class RealType = double, class Policy = policies::policy<>>
RealType boost::math::non_central_chi_squared_distribution< RealType, Policy >::non_centrality ( ) const
inline

The documentation for this class was generated from the following files: