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

New quantiles() implementation: #11

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

belm0
Copy link
Contributor

@belm0 belm0 commented Jun 12, 2019

Also adds new tests for under and over capacity cases, comparing
output with numpy.

"regression" tests have been removed. These tests with hard-coded
values were ported from a (now inferior) implementation-- it no
longer makes sense to maintain them.

  * produces exact results when StreamHist under capacity,
    matching equivalent numpy functions for the points

  * fixes incorrect output and unhandled exception (carsonfarmer#7, carsonfarmer#9)

Also adds new tests for under and over capacity cases, comparing
output with numpy.

"regression" tests have been removed.  These tests with hard-coded
values were ported from a (now inferior) implementation-- it no
longer makes sense to maintain them.
@belm0 belm0 mentioned this pull request Jun 12, 2019
@carsonfarmer carsonfarmer merged commit 6cc194a into carsonfarmer:master Jun 4, 2020
@belm0 belm0 deleted the better_quantiles branch March 9, 2021 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants