Dew MtxVec NET
PowerCDF Routines
Summary
Power cumulative density function (CDF).

Unit
Probabilities

Declaration
Procedure PowerCDF(X: TDenseMtxVec; alpha, beta: TSample; Res: TDenseMtxVec);

Description
Calculates the Power CDF for vector X using the parameters alpha and beta. The results are stored in vector Res. The Length and Complex properties are adjusted automatically. An exception is raised if X is Complex.
Declaration
Function PowerCDF(x: TSample; alpha, beta: TSample): TSample;
Result
Power distribution CDF, evaluated at x using parameters alpha and beta. Alpha, beta parameters must be positive and 0<=x<=1/beta, otherwise the result is NAN. Power probability distribution function is defined by the following equation:

where alpha, beta are both positive scalars and 0<=x<=1/beta.
 See Also 
PowerPDF 
PowerCDFInv 

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