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

Weibull distribution point percent function (PPF).

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

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

function WeibullCDF(x: single; a,b :single): single; overload;  

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

 

where I is the interval on which the inverse Weibull CDF is not zero.

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