gdkrmr / WeightedOnlineStats.jl

Weighted version of OnlineStats.jl
MIT License
10 stars 4 forks source link

Quick fix to use aweights instead of fweights in WeightedHistograms #33

Open martin-gutwin opened 4 years ago

martin-gutwin commented 4 years ago

This is a quick fix for an error, which results from using fweights in quantile computation:

ArgumentError: The values of the vector of `FrequencyWeights` must be numericallyequal to integers. Use `ProbabilityWeights` or `AnalyticWeights` instead.

The latest commit should work fine in Travis now.