You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.ErlangCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.ErlangCDF Function

Erlang distribution cumulative distribution function (CDF).

Pascal
function ErlangCDF(x: double; k: Integer; Lambda: double): double; overload;
Parameters 
Description 
Function domain, real positive value or zero. 
Defines distribution shape parameter. k must be a positive integer. 
Lambda 
Defines distribution rate parameter. Lambda must be a positive value. 

the Erlang cumulative distribution function (CDF) for parameters k and Lambda, evaluated at x.

Calculates the Erlang cumulative distribution function, defined by the following relation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!