User Tools

Site Tools


r:probability

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
r:probability [2019/10/04 10:23] – [pnorm, qnorm] hkimscilr:probability [2019/10/04 10:27] (current) – [qt, pt] hkimscil
Line 47: Line 47:
 > pnorm(1.96)-pnorm(-1.96) > pnorm(1.96)-pnorm(-1.96)
 [1] 0.9500042 [1] 0.9500042
 +
 +> pnorm(c(1.96, -1.96))
 +[1] 0.9750021 0.0249979
  
 > pnorm(84, mean=72, sd=15.2, lower.tail=FALSE) > pnorm(84, mean=72, sd=15.2, lower.tail=FALSE)
Line 91: Line 94:
 > qt(c(0.025, 0.975), df=50) > qt(c(0.025, 0.975), df=50)
 [1] -2.008559  2.008559 [1] -2.008559  2.008559
 +
 +. . . . . .
 +
 +> qt(c(0.025, 0.975), df=50000)
 +[1] -1.960011  1.960011
 +
 </code> </code>
 </WRAP> </WRAP>
r/probability.1570152184.txt.gz · Last modified: 2019/10/04 10:23 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki