-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors in hyperloglog implementation
This change fixes bugs where the bias corrected estimated was first being calculated incorrectly, and then secondly not used. Tests have been updated to reflect the new implementation, and a new test has been added to randomly verify bias corrected results have an error less than 5%.
- Loading branch information
Brian Rowe
committed
Sep 9, 2022
1 parent
b6baa47
commit 0d199d4
Showing
3 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters