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

Power probability distribution function (PDF).

Pascal
function PowerPDF(x: double; alpha: double; beta: double): double; overload;
Parameters 
Description 
Function domain, real on closed interval [0,1/beta] 
alpha 
Distribution shape parameter, real positive value.. 
beta 
Distribution scale parameter, positive real number. 

Power distribution PDF, 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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!