StatLib.Geom

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

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

Type: Double

  • p [in]

Type: Double

Double