Related Topics: | ||
Description: Returns the probability from the binomial cumulative distribution function evaluated at x.
Syntax: pr_binomial(x, Trials, prob_success)
x is the value for which the distribution is evaluated.
Trials is the number of independent trials.
prob_success is the probability of success of each trial.
Remarks:
x must be numerical and >= 0.
trials must be numerical and > 0.
prob_success must be numerical and > 0 and < 1.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
pr_binomial(6,10,0.5)
Returns:
0.828125
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.