Skip to main content

BinomFrequency - script and chart function

BinomFrequency() returns the Binomial probability distribution.

Syntax:  

BinomFrequency(value, trials, trial_probability)

Return data type: number

Arguments
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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!