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

test: make the bound on the base variance check a bit looser #2102

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

IceTDrinker
Copy link
Member

Temp solution to a check that is too strict (and in that case the obtained value was actually smaller than expected which is good)

@mayeul-zama do we have proper intervals for those checks ?

We have seen failures, we need proper confidence intervals on these tests
@mayeul-zama
Copy link
Contributor

There's a formula of the variance of the variance estimation: https://math.stackexchange.com/a/73080

I'm not sure it's worth spending time using it for computing this intervals

@IceTDrinker
Copy link
Member Author

a better fix could be to allow the result to be smaller, while keeping a tight bound when it's bigger

@IceTDrinker IceTDrinker merged commit 0216e64 into main Feb 24, 2025
165 checks passed
@IceTDrinker IceTDrinker deleted the am/test/fix-drift-technique-noise-check branch February 24, 2025 16:47
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.

3 participants