Related Topics: | ||
Description: Returns the cumulative beta probability distribution function.
Syntax: BETADIST(Number, Alpha, Beta)
Number is the value at which to evaluate the function.
Alpha is a parameter of the distribution.
Beta is a parameter of the distribution.
Remarks:
All arguments must be numerical.
Alpha and Beta must be > 0.
When used in a RENO flowchart, the parameters must evaluate to numerical values. They can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
BETADIST(0.3, 8, 10) = 0.1046400948
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.