Dew MtxVec NET
LogWeibullCDF Routines
Summary
Log-Weibull cumulative distribution function (CDF).

Unit
Probabilities

Declaration
Function LogWeibullCDF(x: TSample; a, b: TSample): TSample;
Result
the log-Weibull cumulative distribution function (CDF) for value x using the parameters a and and b. Log-Weibull cumulative distribution function (CDF) is defined by the following equation:

Categories
Continuous probabilities
 See Also 
LogWeibullPDF 
LogWeibullCDFInv 

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

Description
Calculates the LogWeibull CDF 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.

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