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

Classes

class  boost::math::inverse_gamma_distribution< RealType, Policy >
 

Namespaces

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

Typedefs

typedef
inverse_gamma_distribution
< double > 
boost::math::inverse_gamma
 

Functions

template<class RealType , class Policy >
bool boost::math::detail::check_inverse_gamma_shape (const char *function, RealType shape, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::detail::check_inverse_gamma_x (const char *function, RealType const &x, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::detail::check_inverse_gamma (const char *function, RealType scale, RealType shape, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const inverse_gamma_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const inverse_gamma_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const inverse_gamma_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const inverse_gamma_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const inverse_gamma_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< inverse_gamma_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< inverse_gamma_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::mean (const inverse_gamma_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::variance (const inverse_gamma_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mode (const inverse_gamma_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const inverse_gamma_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const inverse_gamma_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const inverse_gamma_distribution< RealType, Policy > &dist)