StatLib.Iextreme

This function is integral of Extreme value (Gumbel) distribution of x, where a and b are the location and scale parameters, respectively.

Syntax Parameters Return Value
Function StatLib.Iextreme( _
    x As Double, _
    a As Double, _
    b As Double) As Double
  • x [in]

Type: Double

  • a [in]

Type: Double

  • b [in]

Type: Double

Double