Get the PDF or CDF of the gamma distribution
=GAMMADIST(x, alpha, beta, cumulative)
| Parameter | Description |
|---|---|
x |
The value at which to evaluate the distribution. |
alpha |
The shape parameter of the distribution. |
beta |
The scale parameter of the distribution. |
cumulative |
A logical value that determines the form of the function. If TRUE, returns the cumulative distribution function; if FALSE, returns the probability density function. |