Package org.rrd4j.data
Class Variable.PERCENTILE
java.lang.Object
org.rrd4j.data.Variable
org.rrd4j.data.Variable.PERCENTILE
- Direct Known Subclasses:
Variable.PERCENTILENAN
- Enclosing class:
- Variable
public static class Variable.PERCENTILE extends Variable
Find the point at the n-th percentile.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rrd4j.data.Variable
Variable.AVERAGE, Variable.ComparPercentElemen, Variable.FIRST, Variable.LAST, Variable.LSLCORREL, Variable.LSLINT, Variable.LSLSLOPE, Variable.MAX, Variable.MIN, Variable.PercentElem, Variable.PERCENTILE, Variable.PERCENTILENAN, Variable.STDDEV, Variable.TOTAL, Variable.Value
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description PERCENTILE(double percentile)
PERCENTILE(float percentile)
protected
PERCENTILE(float percentile, boolean withNaN)
-
Method Summary
Modifier and Type Method Description protected Variable.Value
fill(long[] timestamps, double[] values, long start, long end)
This method is call with the needed values, extracted from the datasource to do the calculation.
-
Constructor Details
-
PERCENTILE
protected PERCENTILE(float percentile, boolean withNaN) -
PERCENTILE
public PERCENTILE(double percentile) -
PERCENTILE
public PERCENTILE(float percentile)
-
-
Method Details