User Tools

Site Tools


median

Differences

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

Link to this comparison view

Next revision
Previous revision
median [2016/03/06 05:01] – created hkimscilmedian [2019/09/16 10:45] (current) hkimscil
Line 1: Line 1:
 +====== Median ======
 중앙값(중위수)는 자료 (데이터)를 크기 순으로 배열할 때의 중앙에 위치하는 값을 의미한다. 중앙값은 ordinal, interval, ratio 측정수준에 사용할 수 있다. 중앙값(중위수)는 자료 (데이터)를 크기 순으로 배열할 때의 중앙에 위치하는 값을 의미한다. 중앙값은 ordinal, interval, ratio 측정수준에 사용할 수 있다.
 +
 +e.g., 
 +<code>
 +(19, 20, 20, 100, 20, 21, 21, 24, 104, 19)
 +</code>
 +sort first.
 +<code>
 +(19, 19, 20, 20, 20, 21, 21, 24, 100, 104)
 +</code>
 +$$ \text{median} = \frac {(20 + 21)}{2} $$
 +
 +{{tag>median statistics median "research methods"}}
median.1457209865.txt.gz · Last modified: 2016/03/06 05:01 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki