StatLib.Vlognorm

This function is inverse function for Log-normal distribution of x, where mu and sigma are the scale and shape parameters, respectively.

Syntax Parameters Return Value
Function StatLib.Vlognorm( _
    x As Double, _
    mu As Double, _
    sigma As Double) As Double
  • x [in]

Type: Double

  • mu [in]

Type: Double

  • sigma [in]

Type: Double

Double