Probabilities.TriangularStat Method

void TriangularStat(Double a, Double b, Double c, ref Double AMean, ref Double AVariance, ref Double ASkewness, ref Double AKurtosis)

Triangular distribution statistic parameters.

#NameDescription
1AMeanReturns distribution mean estimate.
2AVarianceReturns distribution variance estimate.
3ASkewnessReturns distribution skewness estimate.
4AKurtosisReturns distribution kurtosis estimate.
5aDistribution locagtion parameter, real value, smaller than parameter b.
6bDistribution scale parameter, real value, greater than parameter a.
7cDistribution shape parameter, real value on closed interval [a,b].

Result: stored in self (calling object)

Remarks:

Calculates triangular distribution mean, variance, skewness and kurtosis values using parameters a,b and c.