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 とは異なり、この関数では数値的に安定したアルゴリズムを使用します。処理は遅くなりますが、計算誤差をより小さく抑えられます。
varPop
varPopStable(x)
x
(U)Int*
Float*
Decimal*
Float64
DROP TABLE IF EXISTS test_data; CREATE TABLE test_data ( x UInt8, ) ENGINE = Memory; INSERT INTO test_data VALUES (3),(3),(3),(4),(4),(5),(5),(7),(11),(15); SELECT varPopStable(x) AS var_pop_stable FROM test_data;
┌─var_pop_stable─┐ │ 14.4 │ └────────────────┘
このページは役に立ちましたか?