StatLib.Ipoisson

This function is integral of Poisson distribution of x, where lambda is the expected value of x (the mean).

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

Type: Double()

  • lambda [in]

Type: Double()

Double