StatLib.vJohnsonFromMoments

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
  • p [in]

Type: Double

  • Mean [in]

Type: Double

  • StandardDeviation [in]

Type: Double

  • Skewness [in]

Type: Double

  • Kurtosis [in]

Type: Double

Double