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 →
计算序列的样本峰度。
kurtSamp(expr)
expr
(U)Int*
Float*
Decimal
n <= 1
n
nan
Float64
CREATE TABLE test_data (x Float64) ENGINE = Memory; INSERT INTO test_data VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); SELECT kurtSamp(x) FROM test_data;
┌────────kurtSamp(x)─┐ │ 1.4383636363636365 │ └────────────────────┘
此页面对您有帮助吗?