public interface BoxPlot
| Modifier and Type | Method and Description |
|---|---|
double |
getLowerQuantile()
Returns the lower quantile value.
|
double |
getMaximum()
Returns the maximum value that appears in the data set.
|
double |
getMean()
Returns the mean.
|
double |
getMedian()
Returns the median.
|
double |
getMinimum()
Returns the minimum value that appears in the data set.
|
double |
getUpperQuantile()
Returns the upper quantile value.
|
double getMinimum()
double getLowerQuantile()
double getMedian()
double getUpperQuantile()
double getMaximum()
double getMean()
Copyright © 2018. All Rights Reserved.