User Tools

Site Tools


b:head_first_statistics:variability_and_spread

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
b:head_first_statistics:variability_and_spread [2020/09/21 14:33] hkimscilb:head_first_statistics:variability_and_spread [2023/09/13 08:59] (current) – [Variability and Spread] hkimscil
Line 59: Line 59:
 > >
 > >
 +
 > sapply(data,sd) > sapply(data,sd)
 [1] 1.825742 1.563472 7.362065 [1] 1.825742 1.563472 7.362065
Line 87: Line 88:
  
 아웃라이어의 (극단치의) 문제  아웃라이어의 (극단치의) 문제 
-''a <- c(1,1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5} +<code> 
-b <- c(1,1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5, 10}''+a <- c(1,1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5} 
 +b <- c(1,1,1,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5, 10} 
 +</code>
  
 range(a) vs. range(b)  range(a) vs. range(b) 
Line 198: Line 201:
  
 [[:standard deviation]] [[:standard deviation]]
 +====== Standard score ======
 [[:standard score]] [[:standard score]]
 +$ z = \large\frac {x-\mu}{\sigma} $
b/head_first_statistics/variability_and_spread.1600666391.txt.gz · Last modified: 2020/09/21 14:33 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki