public class Statistics
extends java.lang.Object
Constructor | Description |
---|---|
Statistics() |
Modifier and Type | Method | Description |
---|---|---|
static double |
max(double[] x) |
|
static double |
mean(double[] x) |
|
static double |
rootMean(double[] x) |
|
static double |
stdDev(double[] x) |
|
static double |
stdDev(double[] x,
double mean) |