Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
exponential.hpp File Reference
#include <boost/math/distributions/fwd.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/special_functions/log1p.hpp>
#include <boost/math/special_functions/expm1.hpp>
#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/detail/common_error_handling.hpp>
#include <boost/config/no_tr1/cmath.hpp>
#include <utility>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Include dependency graph for exponential.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::math::exponential_distribution< RealType, Policy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Typedefs

typedef
exponential_distribution
< double > 
boost::math::exponential
 

Functions

template<class RealType , class Policy >
bool boost::math::detail::verify_lambda (const char *function, RealType l, RealType *presult, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::detail::verify_exp_x (const char *function, RealType x, RealType *presult, const Policy &pol)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const exponential_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const exponential_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const exponential_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const exponential_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const exponential_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< exponential_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< exponential_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::mean (const exponential_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::standard_deviation (const exponential_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mode (const exponential_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::median (const exponential_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const exponential_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const exponential_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const exponential_distribution< RealType, Policy > &)