public class ArraysUtils
extends java.lang.Object
| Constructor and Description |
|---|
ArraysUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
mean(double[] a)
computes the mean of a double array
|
static double |
stddev(double[] a)
Computes the standard deviation of an array
|