Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 19:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save monogenea/a351894542bb82e9248861a2c198f65c to your computer and use it in GitHub Desktop.
pnorm(1200,1000,200) # this gives us prob x smaller than 1200eur
1-pnorm(1200,1000,200) # this is the one, x greater than 1200eur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment