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

Classes

class  boost::math::laplace_distribution< RealType, Policy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 

Typedefs

typedef laplace_distribution
< double > 
boost::math::laplace
 

Functions

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 > &)