public static class Variable.PERCENTILE extends 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
INVALIDVALUE
Modifier | Constructor and Description |
---|---|
|
PERCENTILE(double percentile) |
|
PERCENTILE(float percentile) |
protected |
PERCENTILE(float percentile,
boolean withNaN) |
Modifier and Type | Method and 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.
|
protected PERCENTILE(float percentile, boolean withNaN)
public PERCENTILE(double percentile)
public PERCENTILE(float percentile)
protected Variable.Value fill(long[] timestamps, double[] values, long start, long end)
Variable