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

Modules: GSL_, Java_, Ruby_

Constant Summary collapse

SHORTHAND =
'hypg'

Method Summary

Methods included from Distributable

create_distribution_methods