Package gaia.cu9.tools.parallax.util
Class Statistics
java.lang.Object
gaia.cu9.tools.parallax.util.Statistics
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Statistics
public Statistics()
-
-
Method Details
-
mean
public static double mean(double[] x) -
rootMean
public static double rootMean(double[] x) -
stdDev
public static double stdDev(double[] x) -
stdDev
public static double stdDev(double[] x, double mean) -
max
public static double max(double[] x)
-