Module: Distribution::Hypergeometric
- Extended by:
- Distributable
- Defined in:
- lib/distribution/hypergeometric.rb,
lib/distribution/hypergeometric/gsl.rb,
lib/distribution/hypergeometric/java.rb,
lib/distribution/hypergeometric/ruby.rb
Overview
From Wikipedia: In probability theory and statistics, the hypergeometric distribution is a discrete probability distribution that describes the number of successes in a sequence of n draws from a finite population without replacement, just as the binomial distribution describes the number of successes for draws with replacement.
Defined Under Namespace
Constant Summary collapse
- SHORTHAND =
'hypg'