The Portugese translation of the Excel function GAMMA.DIST is:
English | Nederlands |
---|---|
GAMMA.DIST |
Syntax
GAMMA.DIST(x,alpha,beta,cumulative)
The GAMMA.DIST function syntax has the following arguments (argument: A value that provides information to an action, an event, a method, a property, a function, or a procedure.):
- X Required. The value at which you want to evaluate the distribution.
- Alpha Required. A parameter to the distribution.
- Beta Required. A parameter to the distribution. If beta = 1, GAMMA.DIST returns the standard gamma distribution.
- Cumulative Required. A logical value that determines the form of the function. If cumulative is TRUE, GAMMA.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.