Skip to content

Instantly share code, notes, and snippets.

@johnmyleswhite
Created August 7, 2016 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmyleswhite/1ad6b03aa0a38940445a119996aace5d to your computer and use it in GitHub Desktop.
Save johnmyleswhite/1ad6b03aa0a38940445a119996aace5d to your computer and use it in GitHub Desktop.
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