public class MathUtils extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MathUtils.RunningStat |
a class for calculating moving statistics - this class returns the
mean, variance, and std dev after accumulating any number of records.
|
| Constructor | Description |
|---|---|
MathUtils() |