StatLib.Binom
This function is 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.Binom( _
x As Double, _
p As Double, _
n As Double) As Double
|
Type: Double
Type: Double
Type: Double |
Double |