exponential_cdf(L;X)

Returns the exponential cumulative distribution function value with mean L at value X.

Syntax

exponential_cdf(L;X)

Input

Argument Type Description
X integer A scalar value or the name of a column

The value to evaluate with

L integer A scalar value or the name of a column

This value is the mean.

Return Value

Returns the exponential cumulative distribution function value with mean L at value X.

If any argument is N/A, the result is N/A.