Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. > qbinom(0.025,40,0.5)
  2. [1] 14
  3. > qbinom(0.975,40,0.5)
  4. [1] 26
  5.  
  6. > pbinom(14,40,0.5)
  7. [1] 0.04034523
  8. > pbinom(13,40,0.5)
  9. [1] 0.01923865
  10.  
  11. > qbinom(0.008333,40,0.5)
  12. [1] 13
  13. >pbinom(12,40,0.5)
  14. [1] 0.008294502
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement