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 →
시퀀스의 표본 왜도를 계산합니다.
skewSamp(expr)
expr
표현식
n <= 1
n
nan
Float64
SELECT skewSamp(number) FROM numbers(100);
┌─skewSamp(number)─┐ │ 0 │ └──────────────────┘
SELECT skewSamp(x) FROM (SELECT pow(number, 2) AS x FROM numbers(10));
┌────────skewSamp(x)─┐ │ 0.5751042382747413 │ └────────────────────┘
이 페이지가 도움이 되었나요?