skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 4 forks source link

QuantileEstimator class #26

Closed r-radloff closed 1 year ago

r-radloff commented 1 year ago

Implementation of a Quantile Estimator + test cases following the example given in the paper of Jain and Chlamtac (https://doi.org/10.1145/4372.4378)

Fixes #18