Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::poisson_detail Namespace Reference

Functions

template<class RealType , class Policy >
bool check_mean (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_mean_NZ (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist (const char *function, const RealType &mean, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_k (const char *function, const RealType &k, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist_and_k (const char *function, RealType mean, RealType k, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_prob (const char *function, const RealType &p, RealType *result, const Policy &pol)
 
template<class RealType , class Policy >
bool check_dist_and_prob (const char *function, RealType mean, RealType p, RealType *result, const Policy &pol)
 

Function Documentation

template<class RealType , class Policy >
bool boost::math::poisson_detail::check_dist ( const char *  function,
const RealType &  mean,
RealType *  result,
const Policy &  pol 
)
inline
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 
)
inline

References check_dist(), and check_k().

Referenced by boost::math::cdf(), and boost::math::pdf().

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

References check_dist(), and check_prob().

template<class RealType , class Policy >
bool boost::math::poisson_detail::check_k ( const char *  function,
const RealType &  k,
RealType *  result,
const Policy &  pol 
)
inline

References boost::math::isfinite().

Referenced by check_dist_and_k().

template<class RealType , class Policy >
bool boost::math::poisson_detail::check_mean ( const char *  function,
const RealType &  mean,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_mean_NZ ( const char *  function,
const RealType &  mean,
RealType *  result,
const Policy &  pol 
)
inline
template<class RealType , class Policy >
bool boost::math::poisson_detail::check_prob ( const char *  function,
const RealType &  p,
RealType *  result,
const Policy &  pol 
)
inline