GAMMADIST(x,alpha,beta,cumulative)
=GAMMADIST(A2,A3,A4,FALSE)
The GAMMADIST function in Sourcetable can be used to calculate the probability density of a gamma distribution. For example, the function will return the probability density of a gamma distribution using the x, alpha, and beta values in A2, A3, and A4, without the cumulative argument specified.
=GAMMADIST(A2,A3,A4,TRUE)
If you want to calculate the cumulative distribution of a gamma distribution, you can use the same function with the cumulative argument specified. For example, the function will return the cumulative distribution of a gamma distribution using the x, alpha, and beta values in A2, A3, and A4, with the cumulative argument set to TRUE.
=GAMMADIST(x,2.5,3.5,FALSE)
The GAMMADIST function is a great way to calculate the probability density or cumulative distribution of a gamma distribution. For example, if you wanted to calculate the probability density of a gamma distribution with an alpha value of 2.5 and a beta value of 3.5, you could use this function, where x is the x value of the gamma distribution.
=GAMMADIST(x,5.2,4.1,TRUE)
If you wanted to calculate the cumulative distribution of a gamma distribution with an alpha value of 5.2 and a beta value of 4.1, you could use this function, where x is the x value of the gamma distribution.
The GAMMADIST function is used to calculate the gamma distribution, however it has been replaced with new functions for a more accurate result.