public class MathUtils
extends java.lang.Object
| Modifier and Type | Class and 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 and Description |
|---|
MathUtils() |