User Tools

Site Tools


variance

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
variance [2026/09/13 23:40] – [Read more] hkimscilvariance [2026/09/13 23:41] (current) – [Read more] hkimscil
Line 279: Line 279:
  
 아래는 R에서 보는 간단한 예이다.  아래는 R에서 보는 간단한 예이다. 
- +<tabbox variance.01.rs>
-<tabbox rs2>+
 <code> <code>
 y <- c(3, 4, 3, 4, 6) y <- c(3, 4, 3, 4, 6)
Line 307: Line 306:
 </code> </code>
  
-<tabbox ro2>+<tabbox variance.01.ro>
 <code> <code>
 > y <- c(3, 4, 3, 4, 6) > y <- c(3, 4, 3, 4, 6)
Line 349: Line 348:
 </tabbox> </tabbox>
  
-<tabbox>+<tabbox variance.02.rs>
 <code> <code>
 rnorm2 <- function(n,mean,sd) { mean+sd*scale(rnorm(n)) }  rnorm2 <- function(n,mean,sd) { mean+sd*scale(rnorm(n)) } 
Line 365: Line 364:
 var(a) var(a)
 </code> </code>
-<tabbox>+<tabbox variance.02.ro>
 <code> <code>
 > rnorm2 <- function(n,mean,sd) { mean+sd*scale(rnorm(n)) }  > rnorm2 <- function(n,mean,sd) { mean+sd*scale(rnorm(n)) } 
variance.txt · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki