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.
Example:
BETADIST(0.3, 8, 10) = 0.1046400948
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.