skewness

open override val skewness: Double(source)

Returns the skewness of this distribution.

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

Return

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