| counts/1 | |
| new/3 | |
| observations/1 | |
| prop_count/0 | |
| prop_quantile/0 | |
| quantile/2 | |
| summary_stats/1 | |
| update/2 | |
| update_all/2 |
counts(Hist) -> any()
new(MinVal, MaxVal, NumBins) -> any()
observations(Hist) -> any()
prop_count() -> any()
prop_quantile() -> any()
quantile(Quantile, Hist) -> any()
summary_stats(Hist) -> any()
update(Value, Hist) -> any()
update_all(Values, Hist) -> any()
Generated by EDoc