cdf_bernoulli SciMax Toolbox cdf_binomial

SciMax Toolbox >> cdf_beta

cdf_beta

Maxima Function

Calling Sequence

cdf_beta (x,a,b)

Description

Returns the value at x of the distribution function of a Beta(a,b) random variable, with a,b>0.

This function has no closed form and it is numerically computed if the global variable numer equals true, otherwise it returns a nominal expression.

(%i1) load (distrib)$
(%i2) cdf_beta(1/3,15,2);
                                 1
(%o2)                   cdf_beta(-, 15, 2)
                                 3
(%i3) %,numer;
(%o3)                 7.666089131388224E-7
cdf_bernoulli SciMax Toolbox cdf_binomial