|
|
The Excel GAMMAINV Function
GAMMADIST and GAMMAINV
The Gammainv function is the inverse of the Excel Gammadist function. I.e., for a supplied probability, the Gammainv function returns the value of x such that:
probability = Gammadist( x, alpha, beta, TRUE )
GAMMAINV and GAMMA.INV Functions
In Excel 2010, the Gammainv function has been replaced by the Gamma.Inv function, which has improved accuracy. Although it has been replaced, the Gammainv function is still available in Excel 2010 (stored in the list of compatibility functions), to allow compatibility with earlier versions of Excel. Basic DescriptionThe Excel Gammainv function returns the inverse of the Gamma Distribution. The syntax of the function is :
GAMMAINV( probability, alpha, beta )
where the function arguments are:
Gammainv Function ExampleThe charts below show the Cumulative Gamma Distribution and the Inverse Cumulative Gamma Distribution, with the parameter alpha set to 3 and the parameter beta set to 2.
If you want to calculate the value of the Inverse Cumulative Gamma Distribution for the probability 0.5, this can be done using the Excel Gammainv function, as follows: =GAMMAINV( 0.5, 3, 2 )
This gives the result 5.348120627. Further examples of the Excel Gammainv function can be found on the Microsoft Office website. Gammainv Function ErrorsIf you get an error from the Excel Gammainv function this is likely to be one of the following : Common Errors
|
||||||||||||||||||||||||||||
|
|
Copyright © 2008-2011 ExcelFunctions.net |