public class BasicStats extends Object implements StatsSummary
Constructor and Description |
---|
BasicStats() |
Modifier and Type | Method and Description |
---|---|
void |
add(double number) |
double |
getMax() |
double |
getMean() |
double |
getMin() |
int |
getN() |
double |
getRange() |
public void add(double number)
add
in interface StatsSummary
public int getN()
getN
in interface StatsSummary
public double getMax()
getMax
in interface StatsSummary
public double getMin()
getMin
in interface StatsSummary
public double getRange()
getRange
in interface StatsSummary
public double getMean()
getMean
in interface StatsSummary
Copyright © 2017 FOSS Galaxy. All rights reserved.