![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > GAMMAINV |
GAMMAINV(probability, alpha, beta) |
| Returns the inverse of the gamma distribution. |
| probability | The probability associated with the gamma distribution. | |
| alpha | The first parameter to the distribution. | |
| beta | The second parameter to the distribution. |
| REMARKS |
| The inverse of the gamma distribution is the inverse of the GAMMADIST() function. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "probability" < 0, then #NUM! is returned. | ||
| If "probability" > 1, then #NUM! is returned. | ||
| If "alpha" = 0, then #NUM! is returned. | ||
| If "beta" = 0, then #NUM! is returned. | ||
| If "beta" = 1, then the standard gamma distribution is used ?? | ||
| If "beta" = 0, then #NUM! is returned. | ||
| GAMMAINV uses an iterative technique for calculating the function. Given a probability value, GAMMAINV iterates until the result is accurate to within ±3x10^-7. | ||
| If this function does not converge after 100 iterations, then #N/A is returned. | ||
| The accuracy of this function was improved in Excel 2003. For more information please refer to this Knowledge Base Article (828334). |
| EXAMPLES |
|
| Functions - G | Index - G | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |