See: Description

| Class | Description |
|---|---|
| DoubleMinMax |
Class to find the minimum and maximum double values in data.
|
| MathUtil |
A collection of math related utility functions.
|
| Mean |
Compute the mean using a numerically stable online algorithm.
|
| MeanVariance |
Do some simple statistics (mean, variance) using a numerically stable online
algorithm.
|
| MeanVarianceMinMax |
Class collecting mean, variance, minimum and maximum statistics.
|
| MinMax<T extends Comparable<? super T>> |
Class to find the minimum and maximum double values in data.
|
| PearsonCorrelation |
Class to incrementally compute pearson correlation.
|
Mathematical operations and utilities used throughout the framework.