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