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

Beta cumulative distribution function (CDF).

Pascal
function BetaCDF(x: double; a: double; b: double): double; overload;
Parameters 
Description 
Function domain, real positive value on closed interval [0,1]. 
Shape parameter, real positive value. 
Shape parameter, real positive value. 

the beta cumulative distribution function (CDF), which the probability that a single observation from a beta distribution with parameters a and b will fall in the interval [0,x].

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

The 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!