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

Weibull cumulative distribution function (CDF).

Pascal
function WeibullCDF(x: double; a: double; b: double): double; overload;
Parameters 
Description 
Function domain, zero or real positive value. 
Distribution scale parameter, real positive value. 
Distribution shape parameter, real positive value. 

the Weibull cumulative distribution function for value x using the parameters a and b. Value x must be greater or equal than zero and parameters a and b must be positive numbers, otherwise the result is NAN.

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

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

 

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

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