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
|
Type: Double
Type: Double
Type: Double |
Double |