#include <boost/math/distributions/fwd.hpp>#include <boost/math/special_functions/gamma.hpp>#include <boost/math/distributions/complement.hpp>#include <boost/math/distributions/detail/common_error_handling.hpp>#include <boost/math/special_functions/fpclassify.hpp>#include <utility>#include <boost/math/distributions/detail/derived_accessors.hpp>

Classes | |
| singleton | boost::math::chi_squared_distribution< RealType, Policy > |
| struct | boost::math::detail::df_estimator< RealType, Policy > |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
| boost::math::detail | |
Typedefs | |
| typedef chi_squared_distribution < double > | boost::math::chi_squared |
Functions | |
| template<class RealType , class Policy > | |
| const std::pair< RealType, RealType > | boost::math::range (const chi_squared_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| const std::pair< RealType, RealType > | boost::math::support (const chi_squared_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| RealType | boost::math::pdf (const chi_squared_distribution< RealType, Policy > &dist, const RealType &chi_square) |
| template<class RealType , class Policy > | |
| RealType | boost::math::cdf (const chi_squared_distribution< RealType, Policy > &dist, const RealType &chi_square) |
| template<class RealType , class Policy > | |
| RealType | boost::math::quantile (const chi_squared_distribution< RealType, Policy > &dist, const RealType &p) |
| template<class RealType , class Policy > | |
| RealType | boost::math::cdf (const complemented2_type< chi_squared_distribution< RealType, Policy >, RealType > &c) |
| template<class RealType , class Policy > | |
| RealType | boost::math::quantile (const complemented2_type< chi_squared_distribution< RealType, Policy >, RealType > &c) |
| template<class RealType , class Policy > | |
| RealType | boost::math::mean (const chi_squared_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::variance (const chi_squared_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::mode (const chi_squared_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::skewness (const chi_squared_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::kurtosis (const chi_squared_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::kurtosis_excess (const chi_squared_distribution< RealType, Policy > &dist) |