skuschel / generatorpipeline

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

add optional `weight=1` option to `.accumulate` of the Accumulator interface #42

Open skuschel opened 1 year ago

skuschel commented 1 year ago

This allows to create weighted means or standard deviations. Unsure if that is really has any important use cases.