StatLib.JohnsonFromMoments

This function computes the density 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.JohnsonFromMoments( _
    x As Double, _
    Mean As Double, _
    StandardDeviation As Double, _
    Skewness As Double, _
    Kurtosis As Double) As Double
  • x [in]

Type: Double

  • Mean [in]

Type: Double

  • StandardDeviation [in]

Type: Double

  • Skewness [in]

Type: Double

  • Kurtosis [in]

Type: Double

Double