GAMMA.INV function - The function returns the inverse of the gamma distribution in Excel
The following article introduces you to the GAMMA.INV function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the inverse of the gamma distribution , using this function to study their distribution variables that may be symmetrical . Support functions from Excel 2010 onwards.
Syntax: GAMMA.INV (probability, alpha, beta)
Inside:
- probability: Probability associated with the gamma distribution .
- alpha: The parameter value to the distribution .
- beta: Value The parameter value to the distribution , if beta = 1 -> function returns the standard gamma distribution .
Attention:
- If one of the probability, alpha, and beta arguments of the function is not numeric -> the function returns the #VALUE! Error value
- If alpha ≤ 0 or beta ≤ 0 -> the function returns the #NUM! Error value
- If probability> 1 or probability <0 -> the function returns the #NUM! Error value
For example:
Calculate the inverse value of the GAMMA cumulative distribution of values in the following data table:
- In the cell to calculate, enter the formula : = GAMMA.INV (D6, D7, D8)
- Press Enter -> the inverse value of the GAMMA cumulative distribution is:
- Where probability> 1 or probability function returns the #NUM! Error value
;
- Where alpha ≤ 0 or beta ≤ 0 -> the function returns the #NUM! Error value
Above are instructions and some specific examples when using the GAMMA.INV function in Excel.
Good luck!
You should read it
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- GAMMA function - The function returns the gamma function value in Excel
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel
- GAMMALN.PRECISE function - The function returns the natural logarithm of the gamma function, Γ (x) in Excel
- T.INV function - The function returns the inverse value of the Student t distribution in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- BETA.INV function - The function returns the inverse of the cumulative distribution function for a specified beta distribution in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
- What is gamma-ray burst?
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excel
Maybe you are interested
Difference between function and formula in Excel
8 little-known Excel functions that can save you a lot of work
How to use the NORMDIST function in Excel - Function that returns the distribution in Excel
Date functions in Excel, DAY, WEEKDAY, MONTH
How to use the SUMIF function in Excel to calculate the sum based on conditions
How to use the Round function in Excel to round numbers and process data