public class BasicStatistics extends Object
Constructor and Description |
---|
BasicStatistics(org.apache.commons.math3.stat.descriptive.DescriptiveStatistics referenceStats) |
Modifier and Type | Method and Description |
---|---|
double |
getKurtosis() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getSkewness() |
double |
getStandardDeviation() |
Copyright © 2010–2016. All rights reserved.