|
| template<class RealType , class Policy > |
| bool | boost::math::detail::check_lognormal_x (const char *function, RealType const &x, RealType *result, const Policy &pol) |
| |
| template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::range (const lognormal_distribution< RealType, Policy > &) |
| |
| template<class RealType , class Policy > |
const std::pair< RealType,
RealType > | boost::math::support (const lognormal_distribution< RealType, Policy > &) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::pdf (const lognormal_distribution< RealType, Policy > &dist, const RealType &x) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::cdf (const lognormal_distribution< RealType, Policy > &dist, const RealType &x) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::quantile (const lognormal_distribution< RealType, Policy > &dist, const RealType &p) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::cdf (const complemented2_type< lognormal_distribution< RealType, Policy >, RealType > &c) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::quantile (const complemented2_type< lognormal_distribution< RealType, Policy >, RealType > &c) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::mean (const lognormal_distribution< RealType, Policy > &dist) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::variance (const lognormal_distribution< RealType, Policy > &dist) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::mode (const lognormal_distribution< RealType, Policy > &dist) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::median (const lognormal_distribution< RealType, Policy > &dist) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::skewness (const lognormal_distribution< RealType, Policy > &dist) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::kurtosis (const lognormal_distribution< RealType, Policy > &dist) |
| |
| template<class RealType , class Policy > |
| RealType | boost::math::kurtosis_excess (const lognormal_distribution< RealType, Policy > &dist) |
| |