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

Beta distribution point percent function (PPF).

Pascal
function BetaCDFInv(p: double; a: double; b: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Shape parameter, real positive value. 
Shape parameter, real positive value. 

the Beta distribution point percent function (PPF) for given parameters a and b.

function BetaCDF(x, a, b: single): single; overload;  

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

 

where B(a,b) is Beta function.

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