Returns the value for Gamma distribution.
Syntax
x: The value at which to evaluate the distribution. Eg., 14
α: A parameter for distribution (shape). Eg., 5
β: A parameter for distribution (scale). Eg., 2
mode: The function type to use.
Examples
|
Formula |
Result |
|
=GAMMADIST(A2;B2;C2;D2) |
0.045613096 |
|
=GAMMADIST(A3;B3;C3;D3) |
0.000001063 |
|
=GAMMADIST(A4;B4;C4;D4) |
0.126110916 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions