public interface StatsSummary
Modifier and Type | Method and Description |
---|---|
void |
add(double score) |
double |
getMax() |
double |
getMean() |
double |
getMin() |
int |
getN() |
double |
getRange() |
Copyright © 2017 FOSS Galaxy. All rights reserved.