Dew MtxVec NET
LogWeibullPDF Routines
Summary
Log-Weibull probability densify function (PDF).

Unit
Probabilities

Declaration
Procedure LogWeibullPDF(X: TDenseMtxVec; a, b: TSample; Res: TDenseMtxVec);

Description
Calculates the LogWeibull PDF for vector X using the parameters a and b. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.
Declaration
Function LogWeibullPDF(x: TSample; a, b: TSample): TSample;
Result
the log-Weibull (aka Extreme value or Fisher-Tippett) probability density function (PDF) for value x using the parameters a and b. Log-Weibull PDF is defined by the following equation:


Categories
Continuous probabilities
 See Also 
LogWeibullCDF 
LogWeibullCDFInv 

Copyright 2008 Dew Research
http://www.dewresearch.com