Function DistributionMean(distribution)

DistributionMean

The function DistributionMean computes the mean of a given distribution.

DistributionMean(
           distribution             ! (input) distribution
           )

Arguments

distribution

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

Return Value

The function DistributionMean(distribution) returns the mean of the given distribution.

See also

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