Class StatisticUtils
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]
determineStandardDeviationDoubles
(List<? extends BenchmarkResult> benchmarkResultList, Score averageScore, int successCount) Calculates standard deviation ofBenchmarkResult.getAverageScore()
s fromaverageScore
.static String
getStandardDeviationString
(double[] standardDeviationDoubles)
-
Method Details
-
determineStandardDeviationDoubles
public 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
-