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

Exponent notation for chernoff error bound #26

Closed
abhranildas opened this issue Jun 28, 2019 · 1 comment
Closed

Exponent notation for chernoff error bound #26

abhranildas opened this issue Jun 28, 2019 · 1 comment
Assignees

Comments

@abhranildas
Copy link
Owner

For low overlap, the Chernoff error bound (e.g, exp(-991)) may evaluate to 0, but the exponent itself is computable. Find a way to represent it as 1E-991 instead of 10^(-991) which becomes 0.

@abhranildas abhranildas self-assigned this Jun 28, 2019
@abhranildas
Copy link
Owner Author

MATLAB doesn't have a special exponent notation to represent numbers higher than its limit. Instead, we store the log of this number.

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

No branches or pull requests

1 participant