-
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 when b == c
.
private static class
Specialisation of the trapezoidal distribution used when a == b
and c == d
.
TrapezoidalDistribution.of(double a,
double b,
double c,
double d)
Creates a trapezoidal distribution.