Go to the documentation of this file.
26 #ifndef SHORE_STATISTICS_BINOMIAL_HPP__
27 #define SHORE_STATISTICS_BINOMIAL_HPP__
44 binomial(
const size_t n,
const double p);
47 double pdf(
const size_t k)
const;
50 double cdf(
const size_t k)
const;
53 double cdf_P(
const size_t k)
const;
56 double cdf_Q(
const size_t k)
const;
76 #endif // SHORE_STATISTICS_BINOMIAL_HPP__