Class | Description |
---|---|
Complex |
Data structure for a complex number with real and imaginary parts.
|
DoubleArrayStatsUtils |
Some basic statistical operations on double arrays
|
FloatArrayStatsUtils |
Some basic statistical operations on float arrays
|
Interpolation |
Static methods for performing interpolation
|
MathUtils |
A collection of maths functions not available anywhere else ive seen
|
MathUtils.ExponentAndMantissa |
Class to hold an exponent and mantissa
|
QuadraticEquation |
Utility methods for dealing with quadratic equations.
|
RunningStat |
This class is used for providing a running mean and variance of streams of
data.
|