User Tools

Site Tools


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)

$$ \text{median} = \frac {(20 + 21)}{2} $$

median/code01.1773111491.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki