![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > BETADIST |
BETADIST(x, alpha, beta [,A] [,B]) |
| Returns the cumulative beta probability density function. |
| x | The value between A and B at which to evaluate the function. | |
| alpha | The first parameter to the distribution. | |
| beta | The second parameter to the distribution. | |
| A | The lower bound to the interval of x. | |
| B | The upper bound to the interval of x. |
| REMARKS |
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "alpha" = 0, then #NUM! is returned. | ||
| If "beta" = 0, then #NUM! is returned. | ||
| If "x" < "A", then #NUM! is returned. | ||
| If "x" > "B", then #NUM! is returned. | ||
| If "A" = "B", then #NUM! is returned. | ||
| If "A" is left blank, then ?? | ||
| If "A" and "B" are left blank, then the standard cumulative beta distribution is used with A = 0 and B = 1. | ||
| If "B" is left blank, then #NUM! is returned. |
| EXAMPLES |
|
| Functions - B | Index - B | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |