median:out01
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| median:out01 [2026/03/10 02:42] – created hkimscil | median:out01 [2026/03/10 03:31] (current) – hkimscil | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| > print(a) | > print(a) | ||
| [1] 104 19 20 19 20 100 20 21 21 24 | [1] 104 19 20 19 20 100 20 21 21 24 | ||
| + | > median(a) | ||
| + | [1] 20.5 | ||
| + | > mean(a) | ||
| + | [1] 36.8 | ||
| </ | </ | ||
| - | $$ \text{median} = \frac {(20 + 21)}{2} $$ | + | |
median/out01.1773110558.txt.gz · Last modified: by hkimscil
