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 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.Methods in org.apache.commons.statistics.distribution that return TrapezoidalDistributionModifier and TypeMethodDescriptionstatic TrapezoidalDistributionTrapezoidalDistribution.of(double a, double b, double c, double d) Creates a trapezoidal distribution.