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.ValueINVALIDVALUE| Modifier | Constructor and Description |
|---|---|
| PERCENTILE(double percentile)PERCENTILE. |
| PERCENTILE(float percentile)PERCENTILE. |
protected | PERCENTILE(float percentile,
boolean withNaN)PERCENTILE. |
| 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. |
public PERCENTILE(double percentile)
public PERCENTILE(float percentile)
protected PERCENTILE(float percentile,
boolean withNaN)protected Variable.Value fill(long[] timestamps, double[] values, long start, long end)
VariableValue is to be filled with both the double value and a possible timestamp, when it's used to find a specific point