kurtosis

open override val kurtosis: Double(source)

Returns the excess kurtosis (Fisher definition) of this distribution.

Returns Double.NaN by default because not all discrete distributions have closed-form kurtosis expressions. Implementations override this with the exact formula when available.

Return

the excess kurtosis, or Double.NaN if not available for this distribution.