public class PercentileValue extends Object
Constructor and Description |
---|
PercentileValue(double percentile,
double value) |
Modifier and Type | Method and Description |
---|---|
double |
getPercentile()
Get the percentile in domain [0, 1].
|
double |
getValue()
Get the value at specific percentile.
|
public double getPercentile()
public double getValue()
Copyright © 2018 WSO2. All rights reserved.