ByteHouse Enterprise Edition
Calculate the kurtosis of a given sequence.
Syntax
kurtPop(expr)
Paramexpr — 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;