using Distributions | |
for sigma in -1:-1:-12 | |
p = 2 * cdf(Normal(0.0, 1.0), sigma) | |
n = round(BigInt, big(10)^(-log10(p))) | |
@printf("%d\t%s\n", -sigma, n) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment