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

Add statistical tests #10

Open
crepererum opened this issue May 19, 2018 · 0 comments
Open

Add statistical tests #10

crepererum opened this issue May 19, 2018 · 0 comments
Labels
global Repo-wide/generic enhancements

Comments

@crepererum
Copy link
Member

Right now, we have some semi-well designed statistical tests which I think we really need to improve, so we ensure that probabilities provided by the data structures (like false-positive rates for BloomFilters) actually hold. This may rule out some potential implementation bugs and also ensures that some of our optimizations don't mess up the theoretical properties.

We should research if there are any existing frameworks that can help here, so we don't need that much boilerplate code. If not, we should design a testing module.

@crepererum crepererum added the global Repo-wide/generic enhancements label Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
global Repo-wide/generic enhancements
Projects
None yet
Development

No branches or pull requests

1 participant