mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 20:53:27 +00:00
13 lines
473 B
Markdown
13 lines
473 B
Markdown
---
|
|
slug: /zh/sql-reference/aggregate-functions/reference/stddevpop
|
|
sidebar_position: 30
|
|
---
|
|
|
|
# stddevPop {#stddevpop}
|
|
|
|
结果等于 [varPop](../../../sql-reference/aggregate-functions/reference/varpop.md)的平方根。
|
|
|
|
:::note
|
|
该函数使用数值不稳定的算法。 如果你需要 [数值稳定性](https://en.wikipedia.org/wiki/Numerical_stability) 在计算中,使用 `stddevPopStable` 函数。 它的工作速度较慢,但提供较低的计算错误。
|
|
:::
|