@Deprecated public class Median extends FrugalQuantile
| Constructor and Description |
|---|
Median()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
insert(double x)
Deprecated.
Insert a data point `x` in the quantile estimator.
|
String |
toString()
Deprecated.
|
estimationpublic void insert(double x)
Quantileinsert in interface Quantileinsert in class FrugalQuantilex - the data point to add.public String toString()
toString in class FrugalQuantile