Guest User

Untitled

a guest
Dec 11th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. > sig=c(0.6,0.8,1.0); data.frame( sigma = sig, mu = 3-sig*qnorm(0.3) )
  2. sigma mu
  3. 1 0.6 3.314640
  4. 2 0.8 3.419520
  5. 3 1.0 3.524401
  6.  
  7. > pnorm(5,3.524,1,lower.tail=FALSE)
  8. [1] 0.06997195
  9.  
  10. pnorm(5,3.4195,0.8,lower.tail=FALSE)
  11. [1] 0.02409863
Add Comment
Please, Sign In to add comment