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

Classes

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

Namespaces

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

Typedefs

typedef uniform_distribution
< double > 
boost::math::uniform
 

Functions

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