variance:rs2
Differences
This shows you the differences between two versions of the page.
| variance:rs2 [2026/03/10 23:19] – created hkimscil | variance:rs2 [2026/03/10 23:29] (current) – removed hkimscil | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | ||
| - | rnorm2 <- function(n, | ||
| - | set.seed(1) | ||
| - | a <- rnorm2(100000000, | ||
| - | head(a) | ||
| - | tail(a,20) | ||
| - | m.a <- mean(a) | ||
| - | sse.a <- sum((a-m.a)^2) | ||
| - | n.a <- length(a) | ||
| - | df.a <- n.a - 1 | ||
| - | sse.a / n.a | ||
| - | sse.a/ df.a | ||
| - | |||
| - | </ | ||
variance/rs2.1773184788.txt.gz · Last modified: by hkimscil
