public final class Quantile<T extends Number & Comparable<? super T>> extends Object
Quantile
element.Constructor and Description |
---|
Quantile(double quantilePercentage,
T quantileValue)
Create a new quantile
|
Modifier and Type | Method and Description |
---|---|
double |
getQuantilePercentage()
Returns the percentage represented by this quantile.
|
T |
getQuantileValue()
Returns the value of the quantile.
|
public Quantile(double quantilePercentage, T quantileValue)
quantilePercentage
- the percentage represented by this quantile. Must be between 0 (inclusive) and 100 (inclusive)
This corresponds to the "quantileLimit" attribute.quantileValue
- the value of the quantile. This corresponds to the
"quantileValue" attribute.public double getQuantilePercentage()
public T getQuantileValue()
Copyright © 2020 Actian Corporation. All rights reserved.