Skip to content

Instantly share code, notes, and snippets.

@WalkerHarrison
Created March 20, 2018 02:47
Show Gist options
  • Save WalkerHarrison/a98d418676ca382163d786f904af3ead to your computer and use it in GitHub Desktop.
Save WalkerHarrison/a98d418676ca382163d786f904af3ead to your computer and use it in GitHub Desktop.
a = 3
b = 4
sigma = 2
1 - pnorm((a-b)/sigma)
pnorm((b-a)/sigma)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment