Package org.hipparchus.distribution.continuous
Implementations of common continuous distributions.
-
Class Summary Class Description AbstractRealDistribution Base class for probability distributions on the reals.BetaDistribution Implements the Beta distribution.CauchyDistribution Implementation of the Cauchy distribution.ChiSquaredDistribution Implementation of the chi-squared distribution.ConstantRealDistribution Implementation of the constant real distribution.EnumeratedRealDistribution Implementation of a real-valuedEnumeratedDistribution
.ExponentialDistribution Implementation of the exponential distribution.FDistribution Implementation of the F-distribution.GammaDistribution Implementation of the Gamma distribution.GumbelDistribution This class implements the Gumbel distribution.LaplaceDistribution This class implements the Laplace distribution.LevyDistribution This class implements the Lévy distribution.LogisticDistribution This class implements the Logistic distribution.LogNormalDistribution Implementation of the log-normal (gaussian) distribution.NakagamiDistribution This class implements the Nakagami distribution.NormalDistribution Implementation of the normal (gaussian) distribution.ParetoDistribution Implementation of the Pareto distribution.TDistribution Implementation of Student's t-distribution.TriangularDistribution Implementation of the triangular real distribution.UniformRealDistribution Implementation of the uniform real distribution.WeibullDistribution Implementation of the Weibull distribution.