Manuals/calci/BETADIST
BETADIST (N, alpha, beta, X, Y)
Where N is the value between X and Y
Alpha is a parameter of the distribution.
Beta is a parameter of the distribution.
X is an optional lower bound to the interval of N.
Y is an optional upper bound to the interval of N.
It calculates the cumulative beta probability density function.
· When any of the argument is non numeric, BETADIST shows nothing.
· When alpha is less than or equal to 0 or beta is less than or equal to 0, BETADIST displays NaN.
· When N is less than X and is greater than Y, or X=Y ,BETADIST displays 0.
· When we omit values for X and Y, BETADIST displays NaN.
BETADIST
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | Column5 | |
Row1 | 3 | 5 | 9 | 1 | 6 |
Row2 | 0.646958 | ||||
Row3 | |||||
Row4 | |||||
Row5 | |||||
Row6 |
i.e. = BETADIST (3, 5, 9,1,6 ) is 0.647