kurtosis

open override val kurtosis: Double(source)

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

Computed from factorial moments of the distribution, which are converted to raw moments and then to central moments. Returns Double.NaN when trials is zero or the variance is zero.

Return

the excess kurtosis, or Double.NaN for degenerate cases.