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

Exponential distribution point percent function (PPF).

Pascal
function ExpCDFInv(p: double; Mu: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Mu 
Defines distribution rate parameter. Mu must be a positive real value. 

the exponential distribution point percent function (PPF). The parameter Mu must be a positive real value and the probability y must lie on the interval [0,1], otherwise the result is NAN.

The inverse exponential cumulative distribution function is defined by the following equation: 

 

The result of ExpCDFInv is the value such that there is a probability p that an observation from an exponential distribution with parameter Mu will fall in the range [0,result].

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