The Gnumeric Manual | ||
---|---|---|
<<< Previous | Next >>> |
GAMMADIST(x,alpha,beta,cum) |
GAMMADIST function returns the gamma distribution. If @cum is TRUE, GAMMADIST returns the incomplete gamma function, otherwise it returns the probability mass function.
If @x < 0 GAMMADIST returns #NUM! error. If @alpha <= 0 or @beta <= 0, GAMMADIST returns #NUM! error.
This function is Excel compatible.
<<< Previous | Home | Next >>> |
G_PRODUCT | Up | GAMMAINV |