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 classBetaBeta distribution; 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.classExponentialExponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.classExponentialPowerExponential Power distribution.classGammaclassHyperbolicHyperbolic distribution.classLogarithmicLogarithmic distribution.classNormalNormal (aka Gaussian) 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.
-