Maxima Function
pdf_beta (x,a,b)
Returns the value at x of the density function of a Beta(a,b) random variable, with a,b>0. To make use of this function, write first load(distrib).
load(distrib)