StatLib.Ibinom

This function is integral of Binomial distribution of x, where p is the probability of success at each trial and n is the number of trials.

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

Type: Double

  • p [in]

Type: Double

  • n [in,out]

Type: Double

Double