BinomFrequency - script and chart function
BinomFrequency() returns the Binomial probability distribution.
Syntax:
BinomFrequency(value, trials, trial_probability)
Return data type: number
Argument | Description |
---|---|
value | The value at which you want to evaluate the distribution. The value must be an integer not smaller than zero and not greater than the number of trials. |
trials | A positive integer that states the number of trials |
trial_probability | The success probability for each trial. It is always a number between 0 and 1. |