public class Statistics extends Object
| Constructor and Description |
|---|
Statistics() |
| Modifier and Type | Method and 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) |
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.