Uses of Class
org.apache.commons.statistics.distribution.TrapezoidalDistribution
Packages that use TrapezoidalDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
-
Uses of TrapezoidalDistribution in org.apache.commons.statistics.distribution
Subclasses of TrapezoidalDistribution in org.apache.commons.statistics.distributionModifier and TypeClassDescriptionprivate 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
.Methods in org.apache.commons.statistics.distribution that return TrapezoidalDistributionModifier and TypeMethodDescriptionstatic TrapezoidalDistribution
TrapezoidalDistribution.of
(double a, double b, double c, double d) Creates a trapezoidal distribution.