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 │ └────────────────────┘
このページは役に立ちましたか?