StatLib.Vgamma

This function is inverse function for Gamma distribution of x, where c is the shape parameter.

Syntax Parameters Return Value
Function StatLib.Vgamma( _
    x As Double, _
    c As Double) As Double
  • x [in]

Type: Double

  • c [in]

Type: Double

Double