logo
excelfunctions.org
bookmarks

EXPON.DIST

Returns the exponential distribution.

StatisticalStatistics & Analysis

What it does

Legacy version of EXPON.DIST.

Syntax

EXPONDIST(x, lambda, cumulative)

Arguments

  • x(number) β€” Value.
  • lambda(number) β€” Parameter.
  • cumulative(logical) β€” Cumulative flag.

Examples

Legacy Expon

Calculate legacy distribution.

FORMULA
=EXPONDIST(0.2, 10, TRUE)
RESULT
0.864
SAMPLE DATA
AB
1xLambda
20.210