GAMMAINV function in Excel, how to use and examples
The GAMMAINV function in Excel helps calculate the inverse value of the cumulative gamma distribution, which is used in statistics and data analysis. This article will guide you on how to use the GAMMAINV function with specific illustrative examples.
With simple syntax, you can easily apply the GAMMAINV function to statistical problems.
Instructions on how to use the GAMMAINV function
Syntax : GAMMAINV(probability,alpha,beta)
In there :
- probability : Required – Is the probability associated with the gamma distribution.
- Alpha : Required – Is a parameter to the distribution.
- Beta : Required – Is a parameter to the distribution.
Consider the example
You enter into Excel the actual values corresponding to the parameters of the GAMMAINV function in the excel cells. In this example, we calculate with the Probability associated with the gamma distribution is 0.0735, the Alpha Parameter of the distribution is 8 and the Alpha Parameter of the distribution is 3:
Enter the formula in cell C9. And the calculated result of the function is 13.00013994:
So now you know how to use the GAMMAINV function in Excel to calculate the inverse value of the cumulative gamma distribution. When the Beta parameter is 1, the function will return the standard gamma distribution, otherwise if Beta is not positive, Excel will display the #NUM! error.
The GAMMAINV function is supported on many versions such as Office 2013, Office 2010, Office 2007 and Office 2003, helping users easily apply it to probability analysis and data statistics problems. You can also combine it with functions such as GAMMADIST to analyze distributions more accurately.
- INDIRECT function in Excel - How to use INDIRECT function and examples using INDIRECT function
- Offset function in Excel - Usage and examples
- SUM function in Excel, sum function and examples
- IRR function in Excel - Usage and examples
- Function Address - The function returns the address of a cell in Excel (usage, examples, examples)
- VLOOKUP function to use and specific examples