We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the library only supports a fixed, symmetric remainder estimate, e.g.
This is equivalent to
Non-symmetric is possible via
or state-dependent via
See https://home.cs.colorado.edu/~xich8622/manual/manual-2.0.0.pdf section 3
The text was updated successfully, but these errors were encountered: