Uses of Class
cern.jet.random.AbstractContinousDistribution
Packages that use AbstractContinousDistribution
Package
Description
Large variety of probability distributions featuring high performance generation
of random numbers, CDF's and PDF's.
-
Uses of AbstractContinousDistribution in cern.jet.random
Subclasses of AbstractContinousDistribution in cern.jet.randomModifier and TypeClassDescriptionclass
Beta distribution; math definition and animated definition.class
BreitWigner (aka Lorentz) distribution; See the math definition.class
Mean-square BreitWigner distribution; See the math definition.class
ChiSquare distribution; See the math definition and animated definition.class
Empirical distribution.class
Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.class
Exponential Power distribution.class
class
Hyperbolic distribution.class
Logarithmic distribution.class
Normal (aka Gaussian) distribution; See the math definition and animated definition.class
StudentT distribution (aka T-distribution); See the math definition and animated definition.class
Uniform distribution; Math definition and animated definition.class
Von Mises distribution.