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 │ └────────────────────┘
이 페이지가 도움이 되었나요?