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