b:head_first_statistics:variability_and_spread
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
b:head_first_statistics:variability_and_spread [2020/09/21 14:15] – [Percentile] hkimscil | b:head_first_statistics:variability_and_spread [2023/09/13 08:59] (current) – [Variability and Spread] hkimscil | ||
---|---|---|---|
Line 59: | Line 59: | ||
> | > | ||
> | > | ||
+ | |||
> sapply(data, | > sapply(data, | ||
[1] 1.825742 1.563472 7.362065 | [1] 1.825742 1.563472 7.362065 | ||
Line 87: | Line 88: | ||
아웃라이어의 (극단치의) 문제 | 아웃라이어의 (극단치의) 문제 | ||
- | '' | + | < |
- | b <- c(1, | + | a <- c(1, |
+ | b <- c(1, | ||
+ | </ | ||
range(a) vs. range(b) | range(a) vs. range(b) | ||
Line 152: | Line 155: | ||
====== Boxplot ====== | ====== Boxplot ====== | ||
< | < | ||
+ | # j <- c(6, | ||
j <- c(7, | j <- c(7, | ||
- | m <- c(3, | + | # m <- c(3, |
+ | m <- c(3, | ||
+ | |||
+ | median(j) | ||
+ | median(m) | ||
</ | </ | ||
+ | |||
+ | [{{hf.boxplot.ex.jpg}}] | ||
+ | |||
< | < | ||
boxplot(j) | boxplot(j) | ||
boxplot(m) | boxplot(m) | ||
- | < | + | </code> |
< | < | ||
Line 186: | Line 197: | ||
* calculation of variance (an easy way) see [[: | * calculation of variance (an easy way) see [[: | ||
* $ \displaystyle \frac{\sum(X_{i})}{N} - \mu^2$ | * $ \displaystyle \frac{\sum(X_{i})}{N} - \mu^2$ | ||
+ | * [{{variance.cal.jpg? | ||
+ | |||
[[:standard deviation]] | [[:standard deviation]] | ||
+ | ====== Standard score ====== | ||
[[:standard score]] | [[:standard score]] | ||
+ | $ z = \large\frac {x-\mu}{\sigma} $ |
b/head_first_statistics/variability_and_spread.1600665320.txt.gz · Last modified: 2020/09/21 14:15 by hkimscil