Created
October 7, 2019 19:14
-
-
Save monogenea/a351894542bb82e9248861a2c198f65c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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