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
We should implement support for the iid proof rules presented in this paper: https://link.springer.com/chapter/10.1007/978-3-319-89884-1_7. Theorem 3 gives a closed form for the loop's wp and Theorem 4 gives a closed form for ert.
wp
ert
The implementation needs to be at the vc generation level since the closed forms require access to the current post.
vc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should implement support for the iid proof rules presented in this paper: https://link.springer.com/chapter/10.1007/978-3-319-89884-1_7. Theorem 3 gives a closed form for the loop's
wp
and Theorem 4 gives a closed form forert
.The implementation needs to be at the
vc
generation level since the closed forms require access to the current post.The text was updated successfully, but these errors were encountered: