You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.JohnsonSBStat Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.JohnsonSBStat Function

Johnson bounded (SB) distribution statistic parameters.

Pascal
procedure JohnsonSBStat(gamma: double; delta: double; Lambda: double; xi: double; out AMean: double; out AVariance: double; out ASkewness: double; out AKurtosis: double); overload;
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 InverseGaussianStat(Mu, Lambda: single; out AMean, AVariance, ASkewness, AKurtosis: single); overload;  

Calculates Johnson SB 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!