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 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.