public class PerformanceRecord extends Object
Constructor and Description |
---|
PerformanceRecord(org.apache.commons.math.stat.descriptive.DescriptiveStatistics statistics,
Number threshold) |
Modifier and Type | Method and Description |
---|---|
String |
checkThreshold(org.apache.commons.math.stat.descriptive.DescriptiveStatistics reference)
Checks internal statistics against
reference . |
org.apache.commons.math.stat.descriptive.DescriptiveStatistics |
getStatistics() |
Number |
getThreshold() |
public PerformanceRecord(org.apache.commons.math.stat.descriptive.DescriptiveStatistics statistics, Number threshold)
public org.apache.commons.math.stat.descriptive.DescriptiveStatistics getStatistics()
public Number getThreshold()
public String checkThreshold(org.apache.commons.math.stat.descriptive.DescriptiveStatistics reference)
reference
. Current implementation looks at 50 percentile.reference
- Reference statisticsnull
if notCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.