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

Power distribution point percent function (PPF).

Pascal
function PowerCDFInv(p: double; alpha: double; beta: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
alpha 
Distribution shape parameter, real positive value.. 
beta 
Distribution scale parameter, positive real number. 

the Power distribution point percent function (PPF) for probability p using the parameters alpha and beta. Probability p must lie on the interval [0,1], and alpha, beta must be positive scalars, otherwise the result is NAN.

The inverse Pareto cumulative distribution function is defined by the following equation: 

 

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