Uses of Interface
org.apache.commons.statistics.distribution.ContinuousDistribution
Packages that use ContinuousDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
-
Uses of ContinuousDistribution in org.apache.commons.statistics.distribution
Classes in org.apache.commons.statistics.distribution that implement ContinuousDistributionModifier and TypeClassDescription(package private) class
Base class for probability distributions on the reals.final class
Implementation of the beta distribution.final class
Implementation of the Cauchy distribution.final class
Implementation of the chi-squared distribution.final class
Implementation of the exponential distribution.final class
Implementation of the F-distribution.class
Implementation of the folded normal distribution.private static class
Specialisation for the half-normal distribution.private static class
Regular implementation of the folded normal distribution.final class
Implementation of the gamma distribution.final class
Implementation of the Gumbel distribution.final class
Implementation of the Laplace distribution.final class
Implementation of the Lévy distribution.final class
Implementation of the logistic distribution.final class
Implementation of the log-normal distribution.final class
Implementation of the log-uniform distribution.final class
Implementation of the Nakagami distribution.final class
Implementation of the normal (Gaussian) distribution.final class
Implementation of the Pareto (Type I) distribution.class
Implementation of Student's t-distribution.private static class
Specialisation of the T-distribution used when there are infinite degrees of freedom.private static class
Implementation of Student's T-distribution.class
Implementation of the trapezoidal distribution.private static class
Specialisation of the trapezoidal distribution used when the distribution simplifies to an alternative distribution.private static class
Regular implementation of the trapezoidal distribution.private static class
Specialisation of the trapezoidal distribution used whenb == c
.private static class
Specialisation of the trapezoidal distribution used whena == b
andc == d
.final class
Implementation of the triangular distribution.final class
Implementation of the truncated normal distribution.final class
Implementation of the uniform distribution.final class
Implementation of the Weibull distribution.Fields in org.apache.commons.statistics.distribution declared as ContinuousDistributionModifier and TypeFieldDescriptionprivate final ContinuousDistribution
TrapezoidalDistribution.DelegatedTrapezoidalDistribution.delegate
Distribution delegate.Constructors in org.apache.commons.statistics.distribution with parameters of type ContinuousDistributionModifierConstructorDescription(package private)
DelegatedTrapezoidalDistribution
(double a, double b, double c, double d, ContinuousDistribution delegate)