> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/ko/undefined/general/averages-and-median.md).

# 평균 및 중앙값

Soulver는 한 줄에 있는 숫자 리스트에 대해 빠른 통계 연산을 지원합니다.

<table><thead><tr><th>통계 항목</th><th>예시</th><th data-type="number">결과</th></tr></thead><tbody><tr><td>총합/합계</td><td>합계 3, 4, 7, 9</td><td>23</td></tr><tr><td>평균/산술평균</td><td>평균 36, 42, 19, 81</td><td>44.5</td></tr><tr><td>개수</td><td>개수 1, 2, 3, 4, 5</td><td>5</td></tr><tr><td>중앙값</td><td>중앙값 10, 20, 30</td><td>20</td></tr></tbody></table>
