median:code01
This is an old revision of the document!
a <- c(104, 19, 20, 19, 20, 100, 20, 21, 21, 24) sort(a) print(a) median(a) mean(a)
\begin{eqnarray*} \text{median} = \frac {(20 + 21)}{2} \end{eqnarray*}
median/code01.1773112299.txt.gz · Last modified: by hkimscil
