User Tools

Site Tools


median:code01

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
median:code01 [2026/03/10 03:09] hkimscilmedian:code01 [2026/03/10 03:31] (current) hkimscil
Line 1: Line 1:
- +<code> 
-$$ \text{median} = \frac {(20 21)}{2} $$ +a <- c(104, 19, 20, 19, 20, 100, 20, 21, 21, 24
- +sort(a) 
 +print(a) 
 +median(a) 
 +mean(a) 
 +</code>
  
median/code01.1773112166.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki