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

Power distribution PDF (vectorized).

Pascal
procedure PowerPDF(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 PDF 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!