Johnson unbounded (SU) distribution statistic parameters.
Parameters |
Description |
gamma |
Distribution shape parameter, real value. |
delta |
Distribution shape parameter, real positive value. |
Lambda |
Distribution scale parameter, real positive value. |
xi |
Distribution location parameter, real value. |
AMean |
Returns distribution mean estimate. |
AVariance |
Returns distribution variance estimate. |
ASkewness |
Returns distribution skewness estimate. |
AKurtosis |
Returns distribution kurtosis estimate. |
procedure JohnsonSBStat(gamma,delta,Lambda,xi: single; out AMean, AVariance, ASkewness, AKurtosis: single); overload;
Calculates Johnson SU distribution mean, variance, skewness and kurtosis values using parameters gamma, delta, Lambda and xi.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|