void JohnsonUBStat(Double gamma, Double delta, Double Lambda, Double xi, ref Double AMean, ref Double AVariance, ref Double ASkewness, ref Double AKurtosis)
Johnson unbounded (SU) 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 | gamma | Distribution shape parameter, real value. |
| 6 | delta | Distribution shape parameter, real positive value. |
| 7 | Lambda | Distribution scale parameter, real positive value. |
| 8 | xi | Distribution location parameter, real value. |
Result: stored in self (calling object)
Remarks:
Calculates Johnson SU distribution mean, variance, skewness and kurtosis values using parameters gamma, delta, Lambda and xi.