Uses of Class
org.apache.commons.statistics.distribution.AbstractContinuousDistribution
Packages that use AbstractContinuousDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
-
Uses of AbstractContinuousDistribution in org.apache.commons.statistics.distribution
Subclasses of AbstractContinuousDistribution in org.apache.commons.statistics.distributionModifier and TypeClassDescriptionfinal classImplementation of the beta distribution.final classImplementation of the Cauchy distribution.final classImplementation of the chi-squared distribution.final classImplementation of the exponential distribution.final classImplementation of the F-distribution.classImplementation of the folded normal distribution.private static classSpecialisation for the half-normal distribution.private static classRegular implementation of the folded normal distribution.final classImplementation of the gamma distribution.final classImplementation of the Gumbel distribution.final classImplementation of the Laplace distribution.final classImplementation of the Lévy distribution.final classImplementation of the logistic distribution.final classImplementation of the log-normal distribution.final classImplementation of the log-uniform distribution.final classImplementation of the Nakagami distribution.final classImplementation of the normal (Gaussian) distribution.final classImplementation of the Pareto (Type I) distribution.classImplementation of Student's t-distribution.private static classSpecialisation of the T-distribution used when there are infinite degrees of freedom.private static classImplementation of Student's T-distribution.classImplementation of the trapezoidal distribution.private static classSpecialisation of the trapezoidal distribution used when the distribution simplifies to an alternative distribution.private static classRegular implementation of the trapezoidal distribution.private static classSpecialisation of the trapezoidal distribution used whenb == c.private static classSpecialisation of the trapezoidal distribution used whena == bandc == d.final classImplementation of the triangular distribution.final classImplementation of the truncated normal distribution.final classImplementation of the uniform distribution.final classImplementation of the Weibull distribution.