Uses of Class
cern.jet.random.AbstractDistribution
-
Packages that use AbstractDistribution Package Description cern.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. -
-
Uses of AbstractDistribution in cern.jet.random
Subclasses of AbstractDistribution in cern.jet.random Modifier and Type Class Description classAbstractContinousDistributionAbstract base class for all continous distributions.classAbstractDiscreteDistributionAbstract base class for all discrete distributions.classBetaBeta distribution; math definition and animated definition.classBinomialBinomial distribution; See the math definition and animated definition.classBreitWignerBreitWigner (aka Lorentz) distribution; See the math definition.classBreitWignerMeanSquareMean-square BreitWigner distribution; See the math definition.classChiSquareChiSquare distribution; See the math definition and animated definition.classEmpiricalEmpirical distribution.classEmpiricalWalkerDiscrete Empirical distribution (pdf's can be specified).classExponentialExponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.classExponentialPowerExponential Power distribution.classGammaclassHyperbolicHyperbolic distribution.classHyperGeometricHyperGeometric 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.classLogarithmicLogarithmic distribution.classNegativeBinomialNegative Binomial distribution; See the math definition.classNormalNormal (aka Gaussian) distribution; See the math definition and animated definition.classPoissonPoisson distribution (quick); See the math definition and animated definition.classPoissonSlowPoisson distribution; See the math definition and animated definition.classStudentTStudentT distribution (aka T-distribution); See the math definition and animated definition.classUniformUniform distribution; Math definition and animated definition.classVonMisesVon Mises distribution.classZetaZeta distribution.Methods in cern.jet.random with parameters of type AbstractDistribution Modifier and Type Method Description static voidBenchmark. randomInstance(int size, boolean print, AbstractDistribution dist)generatesrandom numbers from static voidBenchmark. test(int size, AbstractDistribution distribution)Prints the first size random numbers generated by the distribution.static voidBenchmark. test2(int size, AbstractDistribution distribution)Prints the first size random numbers generated by the distribution.static voidBenchmark. test2(int size, AbstractDistribution a, AbstractDistribution b)Prints the first size random numbers generated by the distribution.
-