void ParetoStat(Double a, Double b, ref Double AMean, ref Double AVariance, ref Double ASkewness, ref Double AKurtosis)
Pareto distribution statistic parameters.
| # | Name | Description |
|---|---|---|
| 1 | AMean | Returns distribution mean estimate. |
| 2 | AVariance | Returns distribution variance estimate. |
| 3 | ASkewness | Returns distribution skewness estimate. |
| 4 | AKurtosis | Returns distribution kurtosis estimate. |
| 5 | a | Distribution scale parameter, real positive value. |
| 6 | b | Distribution shape parameter, real positive value, smaller than x. |
Result: stored in self (calling object)
Remarks:
Calculates Pareto distribution mean, variance, skewness and kurtosis values using parameters a and b.