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

Weibull probability density function (PDF).

Pascal
function WeibullPDF(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 probability density function for value x using the parameters a and b. Parameters a and b must be positive numbers, otherwise the result is NAN.

Calculates the Weibull probability density function, defined by the following equation: 

 

where I is the interval on which the inverse Weibull CDF is not zero. The Weibull distribution has been found to be useful in a variety of physical applications. It arises in the study of reliability. Reliability studies are concentrated with accessing whether or not a system functions adequately under the conditions for which it was designed.

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