Uses of Package
cern.jet.random
Packages that use cern.jet.random
Package
Description
Large variety of probability distributions featuring high performance generation
of random numbers, CDF's and PDF's.
Samples (picks) random subsets of data sequences.
-
Classes in cern.jet.random used by cern.jet.randomClassDescriptionAbstract base class for all continous distributions.Abstract base class for all discrete distributions.Abstract base class for all random distributions.Beta distribution; math definition and animated definition.Binomial distribution; See the math definition and animated definition.BreitWigner (aka Lorentz) distribution; See the math definition.ChiSquare distribution; See the math definition and animated definition.Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.Exponential Power distribution.Hyperbolic distribution.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.Logarithmic distribution.Negative Binomial distribution; See the math definition.Normal (aka Gaussian) distribution; See the math definition and animated definition.Poisson distribution (quick); See the math definition and animated definition.Poisson distribution; See the math definition and animated definition.StudentT distribution (aka T-distribution); See the math definition and animated definition.Uniform distribution; Math definition and animated definition.Von Mises distribution.Zeta distribution.
-
Classes in cern.jet.random used by cern.jet.random.sampling