public class Statistics
extends Object
Created by hansolo on 06.12.16.
-
Constructor Summary
Constructors
-
Method Summary
static double
static double
static double
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
-
Statistics
public Statistics()
-
Method Details
-
-
getVariance
public static double getVariance
(List<Double> DATA)
-
getStdDev
public static double getStdDev
(List<Double> DATA)
-
-
-