erlang_cdf(K;L;X)
Returns the Erlang cumulative distribution function value with
rate L
and shape K
at value
X
.
Syntax
erlang_cdf(K;L;X)
Input
Argument | Type | Description |
---|---|---|
K |
integer or decimal | A scalar value or the name of a column The shape parameter |
L |
integer or decimal | A scalar value or the name of a column The rate parameter |
X | integer or decimal | A scalar value or the name of a column The value to evaluate with. X must be greater than 0. |
Return Value
Returns the Erlang cumulative distribution function value with rate L
and
shape K
at value X
.
If any argument is N/A, the result is N/A.