GAMMADIST

Name

GAMMADIST —
GAMMADIST(x,alpha,beta,cum)

Description

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.

See also

GAMMAINV