StatLib.Gamma

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

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

Type: Double

  • c [in]

Type: Double

Double