com.lazerycode.jmeter.analyzer.statistics
public class Quantile extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Quantile(int q,
Collection<com.lazerycode.jmeter.analyzer.statistics.ValueCount> counts)
Creates a Quantile with the grade/resolution q using counts as values
For example:
Quantile is created with q=100, then one could call #getQuantile with k=99 for the 99th quantile
Quantile is created with q=1000, then one could call #getQuantile with k=990 for the 99th quantile
Quantile is created with q=10000, then one could call #getQuantile with k=9900 for the 99th quantile
|
protected Quantile(int q,
Collection<com.lazerycode.jmeter.analyzer.statistics.ValueCount> counts)
q - the grade/resolutioncounts - the valuesCopyright © 2013. All Rights Reserved.