Function DistributionKurtosis(distribution)

DistributionKurtosis

The function DistributionKurtosis computes the kurtosis of a given distribution.

DistributionKurtosis(
           distribution             ! (input) distribution
           )

Arguments

distribution

An expression representing any distribution (such as Normal(0,1)).

Return Value

The function DistributionKurtosis(distribution) returns the kurtosis of the given distribution.

See also

You can find more information about the kurtosis of a distribution in Discrete Distributions of the Language Reference.