#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 | |
class | boost::math::inverse_chi_squared_distribution< RealType, Policy > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Typedefs | |
typedef inverse_chi_squared_distribution < double > | boost::math::inverse_chi_squared |
Functions | |
template<class RealType , class Policy > | |
bool | boost::math::detail::check_inverse_chi_squared (const char *function, RealType degrees_of_freedom, RealType scale, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::range (const inverse_chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::support (const inverse_chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | boost::math::pdf (const inverse_chi_squared_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const inverse_chi_squared_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const inverse_chi_squared_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const complemented2_type< inverse_chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const complemented2_type< inverse_chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::mean (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::variance (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::mode (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::skewness (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis_excess (const inverse_chi_squared_distribution< RealType, Policy > &dist) |