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

Nonsymmetric and per-state remainder estimation #18

Open
agerlach opened this issue Jun 27, 2022 · 0 comments
Open

Nonsymmetric and per-state remainder estimation #18

agerlach opened this issue Jun 27, 2022 · 0 comments

Comments

@agerlach
Copy link
Collaborator

Currently the library only supports a fixed, symmetric remainder estimate, e.g.

remainder estimation 0.001

This is equivalent to

remainder estimation [-0.001, 0.001]

Non-symmetric is possible via

remainder estimation [-0.001, 0.005]

or state-dependent via

remainder estimation { x :[0.1 ,0.101] , y :[ -0.01 ,0.06] }

See https://home.cs.colorado.edu/~xich8622/manual/manual-2.0.0.pdf section 3

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