Function DistributionSkewness(distribution)

DistributionSkewness

The function DistributionSkewness computes the skewness of a given distribution.

DistributionSkewness(
           distribution             ! (input) distribution
           )

Arguments

distribution

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

Return Value

The function DistributionSkewness(distribution) returns the skewness of the given distribution.

See also

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