c:mrm:2026:schedule:w07_note
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| c:mrm:2026:schedule:w07_note [2026/04/12 10:00] – created hkimscil | c:mrm:2026:schedule:w07_note [2026/04/16 01:16] (current) – hkimscil | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| * R | * R | ||
| * pnorm, qnorm, rnorm, dnorm | * pnorm, qnorm, rnorm, dnorm | ||
| * pt, qt, rt, dt | * pt, qt, rt, dt | ||
| * <del> pf, qf, rf, df </ | * <del> pf, qf, rf, df </ | ||
| - | * variance (var()) | + | * variance ('' |
| * SS / df | * SS / df | ||
| - | * standard deviation (sd{}) | + | * standard deviation ('' |
| * sqrt(SS/df) | * sqrt(SS/df) | ||
| * 68, 95, 99 % | * 68, 95, 99 % | ||
| - | * [[: | + | * [[: |
| - | * [[:hypothesis testing]] | + | * [[:central limit theorem]] |
| * [[:t-test summary]] | * [[:t-test summary]] | ||
| + | * [[: | ||
| + | |||
| + | <tabbox rs.sampling.distribution.with.many.ns> | ||
| + | < | ||
| + | m.p <- 100 | ||
| + | sigma <- 10 | ||
| + | |||
| + | se.4 <- sigma / sqrt(4) | ||
| + | se.16 <- sigma / sqrt(16) | ||
| + | se.25 <- sigma / sqrt(25) | ||
| + | se.100 <- sigma / sqrt(100) | ||
| + | se.400 <- sigma / sqrt(400) | ||
| + | se.900 <- sigma / sqrt(900) | ||
| + | se.1600 <- sigma / sqrt(1600) | ||
| + | se.10000 <- sigma / | ||
| + | |||
| + | curve(dnorm(x, | ||
| + | main = " | ||
| + | ylab = " | ||
| + | curve(dnorm(x, | ||
| + | main = " | ||
| + | ylab = " | ||
| + | curve(dnorm(x, | ||
| + | main = " | ||
| + | ylab = " | ||
| + | curve(dnorm(x, | ||
| + | main = " | ||
| + | ylab = " | ||
| + | curve(dnorm(x, | ||
| + | main = " | ||
| + | ylab = " | ||
| + | abline(v=m.p, | ||
| + | |||
| + | se.10000 | ||
| + | se.1600 | ||
| + | se.900 | ||
| + | se.400 | ||
| + | se.100 | ||
| + | se.25 | ||
| + | se.16 | ||
| + | |||
| + | c(m.p-se.10000*2, | ||
| + | c(m.p-se.1600*2, | ||
| + | c(m.p-se.900*2, | ||
| + | c(m.p-se.400*2, | ||
| + | c(m.p-se.100*2, | ||
| + | c(m.p-se.25*2, | ||
| + | c(m.p-se.16*2, | ||
| + | |||
| + | </ | ||
| + | <tabbox ro.sampling.distribution.with.many.ns> | ||
| + | < | ||
| + | > m.p <- 100 | ||
| + | > sigma <- 10 | ||
| + | > | ||
| + | > se.4 <- sigma / sqrt(4) | ||
| + | > se.16 <- sigma / sqrt(16) | ||
| + | > se.25 <- sigma / sqrt(25) | ||
| + | > se.100 <- sigma / sqrt(100) | ||
| + | > se.400 <- sigma / sqrt(400) | ||
| + | > se.900 <- sigma / sqrt(900) | ||
| + | > se.1600 <- sigma / sqrt(1600) | ||
| + | > se.10000 <- sigma / | ||
| + | > | ||
| + | > curve(dnorm(x, | ||
| + | + main = " | ||
| + | + ylab = " | ||
| + | > curve(dnorm(x, | ||
| + | + main = " | ||
| + | + ylab = " | ||
| + | > curve(dnorm(x, | ||
| + | + main = " | ||
| + | + ylab = " | ||
| + | > curve(dnorm(x, | ||
| + | + main = " | ||
| + | + ylab = " | ||
| + | > curve(dnorm(x, | ||
| + | + main = " | ||
| + | + ylab = " | ||
| + | > abline(v=m.p, | ||
| + | > | ||
| + | > se.10000 | ||
| + | [1] 0.1 | ||
| + | > se.1600 | ||
| + | [1] 0.25 | ||
| + | > se.900 | ||
| + | [1] 0.3333333 | ||
| + | > se.400 | ||
| + | [1] 0.5 | ||
| + | > se.100 | ||
| + | [1] 1 | ||
| + | > se.25 | ||
| + | [1] 2 | ||
| + | > se.16 | ||
| + | [1] 2.5 | ||
| + | > | ||
| + | > c(m.p-se.10000*2, | ||
| + | [1] 99.8 100.2 | ||
| + | > c(m.p-se.1600*2, | ||
| + | [1] 99.5 100.5 | ||
| + | > c(m.p-se.900*2, | ||
| + | [1] 99.33333 100.66667 | ||
| + | > c(m.p-se.400*2, | ||
| + | [1] 99 101 | ||
| + | > c(m.p-se.100*2, | ||
| + | [1] 98 102 | ||
| + | > c(m.p-se.25*2, | ||
| + | [1] 96 104 | ||
| + | > c(m.p-se.16*2, | ||
| + | [1] 95 105 | ||
| + | </ | ||
| + | {{.: | ||
| + | |||
| + | </ | ||
c/mrm/2026/schedule/w07_note.1775988024.txt.gz · Last modified: by hkimscil
