Uses of Class
org.hipparchus.distribution.continuous.AbstractRealDistribution
Packages that use AbstractRealDistribution
Package
Description
Implementations of common continuous distributions.
Statistical methods for fitting distributions.
-
Uses of AbstractRealDistribution in org.hipparchus.distribution.continuous
Subclasses of AbstractRealDistribution in org.hipparchus.distribution.continuousModifier and TypeClassDescriptionclassImplements the Beta distribution.classImplementation of the Cauchy distribution.classImplementation of the chi-squared distribution.classImplementation of the constant real distribution.classImplementation of a real-valuedEnumeratedDistribution.classImplementation of the exponential distribution.classImplementation of the F-distribution.classImplementation of the Gamma distribution.classThis class implements the Gumbel distribution.classThis class implements the Laplace distribution.classThis class implements the Lévy distribution.classThis class implements the Logistic distribution.classImplementation of the log-normal (gaussian) distribution.classThis class implements the Nakagami distribution.classImplementation of the normal (gaussian) distribution.classImplementation of the Pareto distribution.classImplementation of Student's t-distribution.classImplementation of the triangular real distribution.classImplementation of the uniform real distribution.classImplementation of the Weibull distribution. -
Uses of AbstractRealDistribution in org.hipparchus.stat.fitting
Subclasses of AbstractRealDistribution in org.hipparchus.stat.fittingModifier and TypeClassDescriptionclassRepresents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.