Class StatisticUtils
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticUtils
- 
Method SummaryModifier and TypeMethodDescriptionstatic double[]determineStandardDeviationDoubles(List<? extends BenchmarkResult> benchmarkResultList, Score averageScore, int successCount) Calculates standard deviation ofBenchmarkResult.getAverageScore()s fromaverageScore.static StringgetStandardDeviationString(double[] standardDeviationDoubles) 
- 
Method Details- 
determineStandardDeviationDoublespublic static double[] determineStandardDeviationDoubles(List<? extends BenchmarkResult> benchmarkResultList, Score averageScore, int successCount) Calculates standard deviation ofBenchmarkResult.getAverageScore()s fromaverageScore.- Parameters:
- averageScore- not null
- Returns:
- standard deviation double values
 
- 
getStandardDeviationString
 
-