@ThreadSafe public final class Quantile extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
percentile |
| Constructor and Description |
|---|
Quantile(double percentile)
Constructs a single quantile object
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(double item,
double targetMin,
double targetMax)
Adds another datum
|
void |
decay(double decayMultiplier)
Decays the currently recorded and ideal positions by decayMultiplier
|
static double |
getPositionDelta(double percentile,
int pos) |
double |
quantile() |
public double quantile()
public void decay(double decayMultiplier)
public void add(double item,
double targetMin,
double targetMax)
public static double getPositionDelta(double percentile,
int pos)
Copyright © 2015. All rights reserved.