void RayleighStat(Double b, ref Double AMean, ref Double AVariance, ref Double ASkewness, ref Double AKurtosis)
Rayleigh 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 | b | Distribution parameter, positive real value. |
Result: stored in self (calling object)
Remarks:
Calculates Rayleigh distribution mean, variance, skewness and kurtosis values using parameter b.