Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
students_t.hpp File Reference
#include <boost/math/distributions/fwd.hpp>
#include <boost/math/special_functions/beta.hpp>
#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/detail/common_error_handling.hpp>
#include <boost/math/distributions/normal.hpp>
#include <utility>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Include dependency graph for students_t.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::math::students_t_distribution< RealType, Policy >
 
struct  boost::math::detail::sample_size_func< RealType, Policy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Typedefs

typedef
students_t_distribution
< double > 
boost::math::students_t
 

Functions

template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const students_t_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const students_t_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const students_t_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const students_t_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const students_t_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< students_t_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< students_t_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::mode (const students_t_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::median (const students_t_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::mean (const students_t_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::variance (const students_t_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const students_t_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const students_t_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const students_t_distribution< RealType, Policy > &dist)