|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const normal_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const normal_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::pdf (const normal_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const normal_distribution< RealType, Policy > &dist, const RealType &x) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const normal_distribution< RealType, Policy > &dist, const RealType &p) |
|
template<class RealType , class Policy > |
RealType | boost::math::cdf (const complemented2_type< normal_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::quantile (const complemented2_type< normal_distribution< RealType, Policy >, RealType > &c) |
|
template<class RealType , class Policy > |
RealType | boost::math::mean (const normal_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::standard_deviation (const normal_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::mode (const normal_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::median (const normal_distribution< RealType, Policy > &dist) |
|
template<class RealType , class Policy > |
RealType | boost::math::skewness (const normal_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis (const normal_distribution< RealType, Policy > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::kurtosis_excess (const normal_distribution< RealType, Policy > &) |
|