StatLib.vJohnson

This function computes the inverse integral (Johnson variate value) of the Johnson distribution (curve) defined by parameters JohnsonType, Gamma, Delta, Lambda, and Xi, for the probability value p.

Syntax Parameters Return Value
Function StatLib.vJohnson( _
    p As Double, _
    JohnsonType As Integer, _
    Gamma As Double, _
    Delta As Double, _
    Lambda As Double, _
    Xi As Double) As Double
  • p [in]

Type: Double

  • JohnsonType [in]

Type: Integer

  • Gamma [in]

Type: Double

  • Delta [in]

Type: Double

  • Lambda [in]

Type: Double

  • Xi [in]

Type: Double

Double