| ArrayConversion |
This utility class converts arrays of frequently used java primitives into other the requested primitive type.
|
| ArrayMath |
some double array convenience methods
|
| ArrayUtils |
Utility class containing only static functions used to manipulate arrays.
|
| DataSetMath |
Some math operation on DataSet and DataSetError
|
| FastMath |
Simple quick-and-dirty math lookup table
TODO: evaluate whether this should be replaced by the better implementations in:
https://github.com/jeffhain/jafama
(N.B.
|
| MathDataSet |
DataSet that automatically transforms source DataSet accordance to
DataSetFunction or DataSetValueFunction definition.
|
| MultiDimDataSetMath |
Some math operation on multi-dimensional DataSets (nDim larger than 2)
|
| SimpleDataSetEstimators |
computation of statistical estimates
|
| Spline |
class implementing natural cubic splines according to: http://en.wikipedia.org/wiki/Spline_(mathematics)
|
| TMath |
|
| TMathConstants |
|
| TRandom |
TRandom basic Random number generator class (periodicity = 10**9).
|
| TRandom1 |
|
| TRandom3 |
|