> 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/zh/yu-fa-can-kao/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, 5, 9和12的总和</td><td>29</td></tr><tr><td>平均值/均值</td><td>100, 300, 731 的平均值</td><td>377</td></tr><tr><td>计数</td><td>计数 10, 20, 30</td><td>3</td></tr><tr><td>中位数</td><td>100, 300, 731 的 中位数</td><td>300</td></tr></tbody></table>
