public class Statistics extends Object
Statistics(int count, double min, double max, double mean, double standardDeviation)
int
getCount()
double
getMax()
getMean()
getMin()
getStandardDeviation()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Statistics(int count, double min, double max, double mean, double standardDeviation)
public int getCount()
public double getMin()
public double getMax()
public double getMean()
public double getStandardDeviation()
public String toString()
toString
Object