#include <boost/math/distributions/fwd.hpp>#include <boost/math/special_functions/owens_t.hpp>#include <boost/math/distributions/complement.hpp>#include <boost/math/distributions/normal.hpp>#include <boost/math/distributions/detail/common_error_handling.hpp>#include <boost/math/constants/constants.hpp>#include <boost/math/tools/tuple.hpp>#include <boost/math/tools/roots.hpp>#include <boost/assert.hpp>#include <boost/math/distributions/detail/generic_mode.hpp>#include <utility>#include <algorithm>#include <boost/math/distributions/detail/derived_accessors.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
| boost::math::detail | |
Typedefs | |
| typedef skew_normal_distribution < double > | boost::math::skew_normal |
Functions | |
| template<class RealType , class Policy > | |
| bool | boost::math::detail::check_skew_normal_shape (const char *function, RealType shape, RealType *result, const Policy &pol) |
| template<class RealType , class Policy > | |
| const std::pair< RealType, RealType > | boost::math::range (const skew_normal_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| const std::pair< RealType, RealType > | boost::math::support (const skew_normal_distribution< RealType, Policy > &) |
| template<class RealType , class Policy > | |
| RealType | boost::math::pdf (const skew_normal_distribution< RealType, Policy > &dist, const RealType &x) |
| template<class RealType , class Policy > | |
| RealType | boost::math::cdf (const skew_normal_distribution< RealType, Policy > &dist, const RealType &x) |
| template<class RealType , class Policy > | |
| RealType | boost::math::cdf (const complemented2_type< skew_normal_distribution< RealType, Policy >, RealType > &c) |
| template<class RealType , class Policy > | |
| RealType | boost::math::location (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::scale (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::shape (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::mean (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::variance (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::detail::mode_fallback (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::mode (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::skewness (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::kurtosis (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::kurtosis_excess (const skew_normal_distribution< RealType, Policy > &dist) |
| template<class RealType , class Policy > | |
| RealType | boost::math::quantile (const skew_normal_distribution< RealType, Policy > &dist, const RealType &p) |
| template<class RealType , class Policy > | |
| RealType | boost::math::quantile (const complemented2_type< skew_normal_distribution< RealType, Policy >, RealType > &c) |