#include <boost/math/distributions/fwd.hpp>#include <boost/math/constants/constants.hpp>#include <boost/math/special_functions/log1p.hpp>#include <boost/math/special_functions/expm1.hpp>#include <boost/math/distributions/complement.hpp>#include <boost/math/distributions/detail/common_error_handling.hpp>#include <boost/config/no_tr1/cmath.hpp>#include <utility>#include <boost/math/distributions/detail/derived_accessors.hpp>

Classes | |
| singleton | boost::math::extreme_value_distribution< RealType, Policy > |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
| boost::math::detail | |
Typedefs | |
| typedef extreme_value_distribution < double > | boost::math::extreme_value |
Functions | |
| template<class RealType , class Policy > | |
| bool | boost::math::detail::verify_scale_b (const char *function, RealType b, RealType *presult, const Policy &pol) |
| template<class RealType , class Policy > | |
| const std::pair< RealType, RealType > | boost::math::range (const extreme_value_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| const std::pair< RealType, RealType > | boost::math::support (const extreme_value_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| RealType | boost::math::pdf (const extreme_value_distribution< RealType, Policy > &dist, const RealType &x) |
| template<class RealType , class Policy > | |
| RealType | boost::math::cdf (const extreme_value_distribution< RealType, Policy > &dist, const RealType &x) |
| template<class RealType , class Policy > | |
| RealType | boost::math::quantile (const extreme_value_distribution< RealType, Policy > &dist, const RealType &p) |
| template<class RealType , class Policy > | |
| RealType | boost::math::cdf (const complemented2_type< extreme_value_distribution< RealType, Policy >, RealType > &c) |
| template<class RealType , class Policy > | |
| RealType | boost::math::quantile (const complemented2_type< extreme_value_distribution< RealType, Policy >, RealType > &c) |
| template<class RealType , class Policy > | |
| RealType | boost::math::mean (const extreme_value_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::standard_deviation (const extreme_value_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::mode (const extreme_value_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::median (const extreme_value_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::skewness (const extreme_value_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| RealType | boost::math::kurtosis (const extreme_value_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| RealType | boost::math::kurtosis_excess (const extreme_value_distribution< RealType, Policy > &) |