Uses of Class
cern.jet.random.AbstractDiscreteDistribution
-
Packages that use AbstractDiscreteDistribution Package Description cern.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. -
-
Uses of AbstractDiscreteDistribution in cern.jet.random
Subclasses of AbstractDiscreteDistribution in cern.jet.random Modifier and Type Class Description class
Binomial
Binomial distribution; See the math definition and animated definition.class
EmpiricalWalker
Discrete Empirical distribution (pdf's can be specified).class
HyperGeometric
HyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, whose value is the number of successes in a sample of n items from a population of size N that has s 'success' items and N - s 'failure' items.class
NegativeBinomial
Negative Binomial distribution; See the math definition.class
Poisson
Poisson distribution (quick); See the math definition and animated definition.class
PoissonSlow
Poisson distribution; See the math definition and animated definition.class
Zeta
Zeta distribution.
-