StatLib.Igeom

This function is integral of Geometric distribution of x, where p is the probability of occurrence.

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

Type: Double

  • p [in]

Type: Double

Double