User Tools

Site Tools


c:ms:2026:normal_and_t_distribution_graph_comparison

Differences

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

Link to this comparison view

Next revision
Previous revision
c:ms:2026:normal_and_t_distribution_graph_comparison [2026/04/14 23:28] – created hkimscilc:ms:2026:normal_and_t_distribution_graph_comparison [2026/04/15 00:44] (current) hkimscil
Line 18: Line 18:
  
 </code> </code>
- 
 {{.:pasted:20260414-232752.png}} {{.:pasted:20260414-232752.png}}
- 
  
 <code> <code>
Line 33: Line 31:
       main = "normalized distribution of sample \n means from p1 and p2 (n=16)",        main = "normalized distribution of sample \n means from p1 and p2 (n=16)", 
       ylab = "Density", xlab = "z-value", col = "green", lwd = 2, add=T)       ylab = "Density", xlab = "z-value", col = "green", lwd = 2, add=T)
 +</code>
 +{{.:pasted:20260414-232849.png}}
 +
 +<code>
 +qnorm(1-.05/2)
 +qt(1-.05/2, 5)
 +qt(1-.05/2, 50)
 +qt(1-.05/2, 50000000)
 +
 +pnorm(2)
 +pt(2, 5)
 +pt(2, 30)
 +pt(2, 90)
 +pt(2, 190)
 +pt(2, 250)
 +pt(2, 400)
 +pt(2, 600)
 +pt(2, 1000)
 +pt(2, 1600)
 +pt(2, 2600)
 +pt(2, 10000)
 +pt(2, 100000)
 +pt(2, 1000000)
 </code> </code>
c/ms/2026/normal_and_t_distribution_graph_comparison.1776209305.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki