variance
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| variance [2026/09/13 23:40] – [Read more] hkimscil | variance [2026/09/13 23:41] (current) – [Read more] hkimscil | ||
|---|---|---|---|
| Line 279: | Line 279: | ||
| 아래는 R에서 보는 간단한 예이다. | 아래는 R에서 보는 간단한 예이다. | ||
| - | + | < | |
| - | < | + | |
| < | < | ||
| y <- c(3, 4, 3, 4, 6) | y <- c(3, 4, 3, 4, 6) | ||
| Line 307: | Line 306: | ||
| </ | </ | ||
| - | < | + | < |
| < | < | ||
| > y <- c(3, 4, 3, 4, 6) | > y <- c(3, 4, 3, 4, 6) | ||
| Line 349: | Line 348: | ||
| </ | </ | ||
| - | < | + | < |
| < | < | ||
| rnorm2 <- function(n, | rnorm2 <- function(n, | ||
| Line 365: | Line 364: | ||
| var(a) | var(a) | ||
| </ | </ | ||
| - | < | + | < |
| < | < | ||
| > rnorm2 <- function(n, | > rnorm2 <- function(n, | ||
variance.txt · Last modified: by hkimscil
