-
Constructor Summary 
Constructors
-
Method Summary 
static void
static double
static double
static double
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
XArrayStatsStatic 
-
Method Details 
-
min 
public static double min(double[] array)
-
max 
public static double max(double[] array)
-
mean 
public static double mean(double[] array)
-
main 