Uses of Class
cern.jet.random.AbstractContinousDistribution
-
Packages that use AbstractContinousDistribution Package Description cern.jet.random 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.random Modifier and Type Class Description class
Beta
Beta distribution; math definition and animated definition.class
BreitWigner
BreitWigner (aka Lorentz) distribution; See the math definition.class
BreitWignerMeanSquare
Mean-square BreitWigner distribution; See the math definition.class
ChiSquare
ChiSquare distribution; See the math definition and animated definition.class
Empirical
Empirical distribution.class
Exponential
Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.class
ExponentialPower
Exponential Power distribution.class
Gamma
class
Hyperbolic
Hyperbolic distribution.class
Logarithmic
Logarithmic distribution.class
Normal
Normal (aka Gaussian) distribution; See the math definition and animated definition.class
StudentT
StudentT distribution (aka T-distribution); See the math definition and animated definition.class
Uniform
Uniform distribution; Math definition and animated definition.class
VonMises
Von Mises distribution.
-