Skip to content
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

Extended docs regarding ValueAtQuantile() and added ValuesAreEquivalent() #39

Merged
merged 6 commits into from
Nov 24, 2020

Conversation

filipecosta90
Copy link
Collaborator

This PR introduces the ValuesAreEquivalent() method and extendes the ValueAtQuantile() docs so that it's clear that it returns the largest value that (100% - percentile) of the overall recorded value entries in the histogram are either larger than or equivalent to.
It can be used as further reference for issue #23 and why it happens.
wdyt @ahothan @giltene ?

hdr.go Outdated Show resolved Hide resolved
hdr.go Show resolved Hide resolved
Copy link
Collaborator

@ahothan ahothan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but could you please take care of removing the panic as commented.

hdr.go Show resolved Hide resolved
@filipecosta90
Copy link
Collaborator Author

Looks good, but could you please take care of removing the panic as commented.

@ahothan changes per the PR review are in :)

hdr.go Outdated Show resolved Hide resolved
@ahothan
Copy link
Collaborator

ahothan commented Nov 24, 2020

Looks good!

@ahothan ahothan merged commit 1dc8842 into master Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants