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

Exponential CDF (vectorized).

Pascal
procedure ExpCDF(const X: TDenseMtxVec; Mu: double; const Res: TDenseMtxVec); overload;
Parameters 
Description 
Defines distribution domain, real vector or matrix with positive values or zero. 
Mu 
Defines distribution rate parameter. Mu must be a positive scalar. 
Res 
After calculation stores the CDF calculated from X and Mu. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!