ClickHouse/docs/en/sql-reference/aggregate-functions/reference/kurtpop.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
153

kurtPop

Computes the kurtosis of a sequence.

kurtPop(expr)

Parameters

exprExpression returning a number.

Returned value

The kurtosis of the given distribution. Type — Float64

Example

SELECT kurtPop(value) FROM series_with_value_column