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

Classes

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

Namespaces

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

Typedefs

typedef poisson_distribution
< double > 
boost::math::poisson
 

Functions

template<class RealType , class Policy >
bool boost::math::poisson_detail::check_mean (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_mean_NZ (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_dist (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_k (const char *function, const RealType &k, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_dist_and_k (const char *function, RealType mean, RealType k, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_prob (const char *function, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_dist_and_prob (const char *function, RealType mean, RealType p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::range (const poisson_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
const std::pair< RealType,
RealType > 
boost::math::support (const poisson_distribution< RealType, Policy > &)
 
template<class RealType , class Policy >
RealType boost::math::mean (const poisson_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::mode (const poisson_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::variance (const poisson_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::skewness (const poisson_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis_excess (const poisson_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::kurtosis (const poisson_distribution< RealType, Policy > &dist)
 
template<class RealType , class Policy >
RealType boost::math::pdf (const poisson_distribution< RealType, Policy > &dist, const RealType &k)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const poisson_distribution< RealType, Policy > &dist, const RealType &k)
 
template<class RealType , class Policy >
RealType boost::math::cdf (const complemented2_type< poisson_distribution< RealType, Policy >, RealType > &c)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const poisson_distribution< RealType, Policy > &dist, const RealType &p)
 
template<class RealType , class Policy >
RealType boost::math::quantile (const complemented2_type< poisson_distribution< RealType, Policy >, RealType > &c)