java.lang.Object
eu.hansolo.tilesfx.tools.Statistics
Created by hansolo on 06.12.16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final doublegetAverage(List<Double> DATA) static final doublegetChartDataAverage(List<ChartData> DATA) static final doublegetChartDataMax(List<ChartData> DATA) static final doublegetChartDataMean(List<ChartData> DATA) static final doublegetChartDataMedian(List<ChartData> DATA) static final doublegetChartDataMin(List<ChartData> DATA) static final doublegetChartDataStdDev(List<ChartData> DATA) static final doublegetChartDataVariance(List<ChartData> DATA) static final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublegetVariance(List<Double> DATA) static final doublepercentile(List<Double> entries, double percentile)
-
Constructor Details
-
Statistics
public Statistics()
-
-
Method Details
-
getChartDataMean
-
getMean
-
getChartDataVariance
-
getVariance
-
getChartDataStdDev
-
getStdDev
-
getChartDataMedian
-
getMedian
-
getChartDataMin
-
getMin
-
getChartDataMax
-
getMax
-
getChartDataAverage
-
getAverage
-
percentile
-
analyze
-