ReferenceFunctionsStatistics Functions
GAMMA.DIST
GAMMA.DIST: Returns the gamma-distribution probability at `x` for shape `alpha` and scale `beta`.
Summary
GAMMA.DIST supports cumulative and density modes for right-skewed waiting-time models.
Remarks
- Requires
x >= 0,alpha > 0, andbeta > 0. - Set
cumulativeto non-zero for CDF mode, or0for PDF mode. - Returns
#NUM!when any parameter is outside its valid range. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Gamma CDF with alpha=1 and beta=2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.6321205588285577
Gamma PDF with alpha=1 and beta=2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.18393972058572117
Related functions
Runtime metadata
Category
Statistics
Signature
GAMMA.DIST(arg1: Number, arg2: Number, arg3: Number, arg4: Number)Arity
min 4, max 4
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
Caps
PURE
Source