Dapatkan PDF atau CDF dari distribusi gamma
=GAMMADIST(x, alpha, beta, cumulative)
| Parameter | Deskripsi |
|---|---|
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. |