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

#include <students_t.hpp>

Public Types

typedef RealType value_type
 
typedef Policy policy_type
 

Public Member Functions

 students_t_distribution (RealType df)
 
RealType degrees_of_freedom () const
 

Static Public Member Functions

static RealType find_degrees_of_freedom (RealType difference_from_mean, RealType alpha, RealType beta, RealType sd, RealType hint=100)
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<class RealType = double, class Policy = policies::policy<>>
RealType boost::math::students_t_distribution< RealType, Policy >::degrees_of_freedom ( ) const
inline
template<class RealType , class Policy >
RealType boost::math::students_t_distribution< RealType, Policy >::find_degrees_of_freedom ( RealType  difference_from_mean,
RealType  alpha,
RealType  beta,
RealType  sd,
RealType  hint = 100 
)
static

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