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

Log-Weibull distribution point percent function (PPF).

Pascal
function LogWeibullCDFInv(p: double; a: double; b: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Distribution location parameter, real positive value. 
Distribution scale parameter, real positive value. 

the Log-Weibull distribution point percent function (PPF) for probability p using the parameters a and b. Probability p must lie on the interval [0,1], otherwise the result is NAN.

Inverse Log-Weibull CDF is defined by the following equation: 

 

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