Probabilities.ExponentStat Method

void ExponentStat(Double Mu, ref Double AMean, ref Double AVariance, ref Double ASkewness, ref Double AKurtosis)

Exponential distribution moments (mean, variance, skewness, excess kurtosis).

#NameDescription
1AMeanReturns the mean, = Mu.
2AVarianceReturns the variance, = Mu^2.
3ASkewnessReturns the skewness, = 2.
4AKurtosisReturns the EXCESS kurtosis, = 6.
5MuScale parameter (= the distribution mean), real value > 0.

Result: stored in self (calling object)

Remarks:

Returns the moments of the exponential distribution with scale (mean) mu. If mu <= 0 all four outputs are NAN.