TRUECALC
Functions

GAMMADIST

Gamma distribution (legacy)

Try it

When to use it

When should I use GAMMADIST instead of GAMMA.DIST?

GAMMADIST is the legacy version of GAMMA.DIST; use GAMMA.DIST in new spreadsheets. GAMMADIST is retained for backward compatibility.

Used in

science

Syntax

GAMMADIST(x,alpha,beta,cumulative)

Examples

=GAMMADIST(5,3.14,2,FALSE) // => 0.12765503157305363
=GAMMADIST(4.79,1.234,7,TRUE) // => 0.38911656554270735

On this page