Skip to main content
Workday User Guide
Last Updated: 2023-06-23
EXPON.DIST

EXPON.DIST

Description

Returns the exponential distribution, using either the cumulative distribution function or the probability density function.

Syntax

EXPON.DIST(
value
,
lambda
,
cumulative
)
  • value
    : The input value.
  • lambda
    : The lambda value.
  • cumulative
    : The type of distribution to use. FALSE = probability density function; TRUE = cumulative distribution function.