Syntax
GAMMADIST( <number>, <number>, <number>; <boolean>)
Description
Returns the gamma distribution for a certain value with given parameters alpha and beta.
...
Returns the gamma density function or the cumulative distribution function for the gamma distribution. This function is frequently used used to measure the degree of diversity between two data sets.
...