Skip to main content
Workday User Guide
Last Updated: 2023-06-23
EXPONDIST

EXPONDIST

Description

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

Syntax

EXPONDIST(
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.