ClickHouse/docs/en/sql-reference/aggregate-functions/reference/skewpop.md
Ivan Blinkov 7170f3c534
[docs] split aggregate function and system table references (#11742)
* prefer relative links from root

* wip

* split aggregate function reference

* split system tables
2020-06-18 11:24:31 +03:00

471 B

toc_priority
150

skewPop

Computes the skewness of a sequence.

skewPop(expr)

Parameters

exprExpression returning a number.

Returned value

The skewness of the given distribution. Type — Float64

Example

SELECT skewPop(value) FROM series_with_value_column