Functions
GAMMA.DIST
Gamma distribution CDF/PDF
Try it
When to use it
When should I use GAMMA.DIST?
Use GAMMA.DIST to model wait times, failure rates, or skewed positive-value phenomena by computing the gamma distribution CDF or PDF for reliability and queuing analysis.
Used in
Syntax
GAMMA.DIST(x,alpha,beta,cumulative)Examples
=GAMMA.DIST(5,3.14,2,FALSE) // => 0.12765503157305363
=GAMMA.DIST(4.79,1.234,7,TRUE) // => 0.38911656554270735