public class IQAgent
extends Object
This class provide a robust and extremely fast algorithm to estimate arbitary
quantile values from a continuing stream of data values. Basically, the data
values fly by in a stream. We look at each value only once and do a
constant-time process on it. From time to time, we can use this class to
report any arbitary p-quantile value of the data that we have seen thus far.
- Author:
- Haifeng Li