Skip to main content

Beta distribution functions

PDFBeta(x,a,b)

PDFBeta(x,a,b) returns the probability density at the value x of the Beta distribution with parameters a and b.

Calculator

PDFBeta ,  ,  0.9375

Graph

PDFBeta function

CDFBeta(x,a,b)

CDFBeta(x,a,b) returns the value at x of the cumulative Beta distribution with parameters a and b.

Calculator

CDFBeta ,  ,  0.890625

Graph

CDFBeta function

RndBeta(a,b)

RndBeta(a,b) returns a random number of the Beta distribution with parameters a and b.

Calculator

RndBeta ,  -1

See also