#include <boost/math/distributions/fwd.hpp>
#include <boost/math/distributions/non_central_beta.hpp>
#include <boost/math/distributions/normal.hpp>
#include <boost/math/distributions/students_t.hpp>
#include <boost/math/distributions/detail/generic_quantile.hpp>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Classes | |
class | boost::math::non_central_t_distribution< RealType, Policy > |
class | boost::math::non_central_t_distribution< RealType, Policy > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Typedefs | |
typedef non_central_t_distribution < double > | boost::math::non_central_t |
Functions | |
template<class T , class Policy > | |
T | boost::math::detail::non_central_t2_p (T v, T delta, T x, T y, const Policy &pol, T init_val) |
template<class T , class Policy > | |
T | boost::math::detail::non_central_t2_q (T v, T delta, T x, T y, const Policy &pol, T init_val) |
template<class T , class Policy > | |
T | boost::math::detail::non_central_t_cdf (T v, T delta, T t, bool invert, const Policy &pol) |
template<class T , class Policy > | |
T | boost::math::detail::non_central_t_quantile (const char *function, T v, T delta, T p, T q, const Policy &) |
template<class T , class Policy > | |
T | boost::math::detail::non_central_t2_pdf (T n, T delta, T x, T y, const Policy &pol, T init_val) |
template<class T , class Policy > | |
T | boost::math::detail::non_central_t_pdf (T n, T delta, T t, const Policy &pol) |
template<class T , class Policy > | |
T | boost::math::detail::mean (T v, T delta, const Policy &pol) |
template<class T , class Policy > | |
T | boost::math::detail::variance (T v, T delta, const Policy &pol) |
template<class T , class Policy > | |
T | boost::math::detail::skewness (T v, T delta, const Policy &pol) |
template<class T , class Policy > | |
T | boost::math::detail::kurtosis_excess (T v, T delta, const Policy &pol) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::range (const non_central_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::support (const non_central_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | boost::math::mode (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::mean (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::variance (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::skewness (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis_excess (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::pdf (const non_central_t_distribution< RealType, Policy > &dist, const RealType &t) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const non_central_t_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const complemented2_type< non_central_t_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const non_central_t_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const complemented2_type< non_central_t_distribution< RealType, Policy >, RealType > &c) |