void GeometricStat(Double p, ref Double AMean, ref Double AVariance, ref Double ASkewness, ref Double AKurtosis)
Geometric 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 | p | Defines success probability. p must lie on the [0,1] closed interval. |
Result: stored in self (calling object)
Remarks:
Calculates geometric distribution mean, variance, skewness and kurtosis values using parameter p.