public class IQAgent
extends java.lang.Object
| Constructor and Description |
|---|
IQAgent()
Constructor.
|
IQAgent(int nbuf)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(double datum)
Assimilate a new value from the stream.
|
double |
quantile(double p)
Returns the estimated p-quantile for the data seen so far.
|