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

Classes

class  boost::math::inverse_gaussian_distribution< RealType, Policy >
 
struct  boost::math::inverse_gaussian_quantile_functor< RealType, Policy >
 
struct  boost::math::inverse_gaussian_quantile_complement_functor< RealType, Policy >
 

Namespaces

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

Typedefs

typedef
inverse_gaussian_distribution
< double > 
boost::math::inverse_gaussian
 

Functions

template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const inverse_gaussian_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const inverse_gaussian_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const inverse_gaussian_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const inverse_gaussian_distribution< RealType, Policy > &dist, const RealType &x)
 
template<class RealType >
RealType boost::math::detail::guess_ig (RealType p, RealType mu=1, RealType lambda=1)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const inverse_gaussian_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< inverse_gaussian_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< inverse_gaussian_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::mean (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::scale (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::shape (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::standard_deviation (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mode (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const inverse_gaussian_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const inverse_gaussian_distribution< RealType, Policy > &dist)