GAMMA.DIST

GAMMA.DIST(x, alpha, beta, cumulative)

Returns the probability distribution function OR the cumulative probability function for a gamma distribution.

xThe number from the distribution.
alphaThe first parameter to the distribution.
betaThe second parameter to the distribution.
cumulativeA logical value indicating the type of function to use:
False (or 0) = [[probability distribution function]] (equal to)
True (<> 0) = [[cumulative probability function]] (equal to or less than)

REMARKS
* This function was added in Excel 2010 to replace the GAMMADIST function.
* The gamma distribution is a [[continuous distribution]]
* This function is a single variable function.
* This function is a special type of Beta Distribution when
* If "alpha" = 1, then the Exponential Distribution is returned.
* If "cumulative" = False, then the height of the curve at "x" is returned.
* If "cumulative" = True, then the area under the curve to the left of "x" is returned.
* All the values are greater than zero.
* You can use the GAMMA.INV function
* You can use the GAMMA function
* You can use the BETA.DIST function
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1??


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top