Package gaia.cu9.tools.parallax.util
Class Statistics
- java.lang.Object
-
- gaia.cu9.tools.parallax.util.Statistics
-
public class Statistics extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Statistics()
-
Method Summary
All Methods Static Methods Concrete Methods 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)
-