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
  • x [in]

Type: Double

  • p [in]

Type: Double

  • n [in]

Type: Double

Double