You need to enable JavaScript to run this app.
ByteHouse Enterprise Edition

ByteHouse Enterprise Edition

Copy page
Download PDF
Aggregate function
kurtpop
Copy page
Download PDF
kurtpop

Calculate the kurtosis of a given sequence.
Syntax

kurtPop(expr)

Param
expr — An Expression that results in a Number.
Return value
The kurtosis for the given Distribution. Type — Float64
Example

SELECT kurtPop(value) FROM series_with_value_column;
Last updated: 2026.03.31 11:50:00