public class Statistics
extends java.lang.Object
Constructor and Description |
---|
Statistics(long count,
double min,
double max,
double mean,
double standardDeviation) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
long |
getCountLong() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getStandardDeviation() |
java.lang.String |
toString() |
public Statistics(long count, double min, double max, double mean, double standardDeviation)
public int getCount()
public long getCountLong()
public double getMin()
public double getMax()
public double getMean()
public double getStandardDeviation()
public java.lang.String toString()
toString
in class java.lang.Object