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 StatsSummarypublic int getN()
getN in interface StatsSummarypublic double getMax()
getMax in interface StatsSummarypublic double getMin()
getMin in interface StatsSummarypublic double getRange()
getRange in interface StatsSummarypublic double getMean()
getMean in interface StatsSummaryCopyright © 2017 FOSS Galaxy. All rights reserved.