StatLib.Igamma

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

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

Type: Double

  • c [in]

Type: Double

Double