Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
结果等于 varPop 的平方根。与 stddevPop 不同, 此函数采用数值稳定算法。
stddevPopStable(x)
x
(U)Int*
Float*
Decimal*
Float64
DROP TABLE IF EXISTS test_data; CREATE TABLE test_data ( population Float64, ) ENGINE = Log; INSERT INTO test_data SELECT randUniform(5.5, 10) FROM numbers(1000000); SELECT stddevPopStable(population) AS stddev FROM test_data;
┌─────────────stddev─┐ │ 1.2999977786592576 │ └────────────────────┘
此页面对您有帮助吗?