Changed Classes |
LinearTransformation
|
The representation of a linear transformation between real numbers {@code x} and {@code y}. |
PairedStats
|
An immutable value object capturing some basic statistics about a collection of paired double
values (e.g. |
Quantiles
|
Provides a fluent API for calculating quantiles. |
Stats
|
A bundle of statistical summary values -- sum, count, mean/average, min and max, and several
forms of variance -- that were computed from a single set of zero or more floating-point values. |
StatsAccumulator
|
A mutable object which accumulates double values and tracks some basic statistics over all the
values added so far. |