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