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
As documented on discouse (https://discourse.julialang.org/t/copulas-jl-turing-jl-numerical-stability/113243) - thanks for your review @lrnv - the CDF ends up out of bounds, when sampling from a posterior distribution defined by a Gaussian copula:
ERROR: TaskFailedException nested task error: TaskFailedException nested task error: DomainError with 1.0000000000000058: `abs(x)` cannot be greater than 1.
The text was updated successfully, but these errors were encountered:
Try to clamp the cdf's
bfca6e1
Fixes #196
[Bug] Force elliptical cdf to behave by clamping them (#197)
382214c
* Try to clamp the cdf's Fixes #196 * last clamping
lrnv
Successfully merging a pull request may close this issue.
As documented on discouse (https://discourse.julialang.org/t/copulas-jl-turing-jl-numerical-stability/113243) - thanks for your review @lrnv - the CDF ends up out of bounds, when sampling from a posterior distribution defined by a Gaussian copula:
The text was updated successfully, but these errors were encountered: