Related Topics: | ||
Description: Returns the probability from the beta cumulative distribution function evaluated at x.
Syntax: pr_beta(x, Alpha, Beta)
x is the value for which the distribution is evaluated.
Alpha is a parameter of the distribution.
Beta is a parameter of the distribution.
Remarks:
x, Alpha and Beta must be numerical and >= 0.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
pr_beta(0.3,8,10)
Returns:
0.104640
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.