public class StatisticUtils extends Object
Constructor and Description |
---|
StatisticUtils() |
Modifier and Type | Method and Description |
---|---|
static double[] |
determineStandardDeviationDoubles(List<? extends BenchmarkResult> benchmarkResultList,
Score averageScore,
int successCount)
Calculates standard deviation of
BenchmarkResult.getAverageScore() s from averageScore . |
static String |
getStandardDeviationString(double[] standardDeviationDoubles) |
public static double[] determineStandardDeviationDoubles(List<? extends BenchmarkResult> benchmarkResultList, Score averageScore, int successCount)
BenchmarkResult.getAverageScore()
s from averageScore
.averageScore
- not nullpublic static String getStandardDeviationString(double[] standardDeviationDoubles)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.