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

Power distribution CDF (vectorized).

Pascal
procedure PowerCDF(const X: TDenseMtxVec; alpha: double; beta: double; const Res: TDenseMtxVec); overload;
Parameters 
Description 
Distribution domain, positive real values on closed interval [0,1/beta]. 
alpha 
Distribution shape parameter, real positive value.. 
beta 
Distribution scale parameter, positive real number. 
Res 
After calculation stores the CDF calculated from X, alpha and beta. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!