#include <boost/math/distributions/fwd.hpp>
#include <boost/math/special_functions/expm1.hpp>
#include <boost/math/distributions/detail/common_error_handling.hpp>
#include <boost/math/distributions/complement.hpp>
#include <boost/math/constants/constants.hpp>
#include <utility>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Classes | |
class | boost::math::triangular_distribution< RealType, Policy > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Typedefs | |
typedef triangular_distribution < double > | boost::math::triangular |
Functions | |
template<class RealType , class Policy > | |
bool | boost::math::detail::check_triangular_lower (const char *function, RealType lower, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::detail::check_triangular_mode (const char *function, RealType mode, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::detail::check_triangular_upper (const char *function, RealType upper, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::detail::check_triangular_x (const char *function, RealType const &x, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::detail::check_triangular (const char *function, RealType lower, RealType mode, RealType upper, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::range (const triangular_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::support (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::pdf (const triangular_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const triangular_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const triangular_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const complemented2_type< triangular_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const complemented2_type< triangular_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::mean (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::variance (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::mode (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::median (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::skewness (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis_excess (const triangular_distribution< RealType, Policy > &dist) |