StatLib.Iexpon

This function is integral of Exponential distribution of x, where lambda is the scale parameter.

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

Type: Double

  • lambda [in]

Type: Double

Double