This function computes the inverse integral (Johnson variate value) of the Johnson distribution (curve) defined by moments Mean, StandardDeviation, Skewness, and Kurtosis, for the probability value p.
Syntax
Parameters
Return Value
Function StatLib.vJohnsonFromMoments( _
p As Double, _
Mean As Double, _
StandardDeviation As Double, _
Skewness As Double, _
Kurtosis As Double) As Double