#include <boost/math/distributions/fwd.hpp>
#include <boost/math/special_functions/beta.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/tools/roots.hpp>
#include <boost/math/distributions/detail/inv_discrete_quantile.hpp>
#include <boost/type_traits/is_floating_point.hpp>
#include <boost/type_traits/is_integral.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/mpl/if.hpp>
#include <limits>
#include <utility>
#include <boost/math/distributions/detail/derived_accessors.hpp>
Classes | |
class | boost::math::negative_binomial_distribution< RealType, Policy > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::negative_binomial_detail | |
Typedefs | |
typedef negative_binomial_distribution < double > | boost::math::negative_binomial |
Functions | |
template<class RealType , class Policy > | |
bool | boost::math::negative_binomial_detail::check_successes (const char *function, const RealType &r, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::negative_binomial_detail::check_success_fraction (const char *function, const RealType &p, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::negative_binomial_detail::check_dist (const char *function, const RealType &r, const RealType &p, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::negative_binomial_detail::check_dist_and_k (const char *function, const RealType &r, const RealType &p, RealType k, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
bool | boost::math::negative_binomial_detail::check_dist_and_prob (const char *function, const RealType &r, RealType p, RealType prob, RealType *result, const Policy &pol) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::range (const negative_binomial_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | boost::math::support (const negative_binomial_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | boost::math::mean (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::mode (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::skewness (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::kurtosis_excess (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::variance (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | boost::math::pdf (const negative_binomial_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const negative_binomial_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | boost::math::cdf (const complemented2_type< negative_binomial_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const negative_binomial_distribution< RealType, Policy > &dist, const RealType &P) |
template<class RealType , class Policy > | |
RealType | boost::math::quantile (const complemented2_type< negative_binomial_distribution< RealType, Policy >, RealType > &c) |