public class Statistics
extends java.lang.Object
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
boolean |
equals(java.lang.Object obj) |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getStd_dev() |
long |
getValid_count() |
int |
hashCode() |
public void delete()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public double getMin()
public double getMax()
public double getMean()
public double getStd_dev()
public long getValid_count()