-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quantile(::WeightedAdaptiveHist, p) probably shouldn't use frequency weights #45
Comments
This code was not written by me, a short test shows that
|
I am also no expert on the different weight types. In the current code, when doing the quantile computation we basically put in the vector of midpoints of each bin I don't know if we should change this to function Statistics.quantile(o::WeightedHist, p = [0, .25, .5, .75, 1]; weighttype=ProbabilityWeights) |
By elimination, I think it is probability weights, since
That said, the implementation of |
Maybe probability weights instead?
The text was updated successfully, but these errors were encountered: