Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 19:14
Show Gist options
  • Save monogenea/a351894542bb82e9248861a2c198f65c to your computer and use it in GitHub Desktop.
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