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

Exponential cumulative distribution function (CDF).

Pascal
function ExpCDF(x: double; Mu: double): double; overload;
Parameters 
Description 
Function domain, real positive value or zero. 
Mu 
Defines distribution rate parameter. Mu must be a positive scalar. 

the exponential cumulative distribution function (CDF) for parameter Mu at the value X. Parameter Mu must be greater than zero, otherwise the result is NAN.

The exponential cumulative distribution function s defined by the following equation: 

 

The result of ExpCDF is the probability that a single observation from an exponential distribution will fall in the interval [0,x].

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