public class StatCounter extends Object implements Serializable
Constructor and Description |
---|
StatCounter() |
Modifier and Type | Method and Description |
---|---|
void |
add(double x) |
StatCounter |
clone() |
long |
getCount() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getStddev(boolean population) |
double |
getSum() |
double |
getVariance(boolean population) |
StatCounter |
merge(StatCounter o) |
String |
toString() |
public double getMean()
public double getSum()
public double getMin()
public double getMax()
public long getCount()
public double getVariance(boolean population)
public double getStddev(boolean population)
public void add(double x)
public StatCounter merge(StatCounter o)
public StatCounter clone()
Copyright © 2020. All rights reserved.