StatLib.Ilaplace

This function is integral of Laplace distribution of x, where a and b are the mean and scale parameter, respectively.

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

Type: Double

  • a [in]

Type: Double

  • b [in]

Type: Double

Double