Maxima Function
cdf_bernoulli (x,p)
Returns the value at x of the distribution function of a Bernoulli(p) random variable, with 0<p<1. To make use of this function, write first load(distrib).
load(distrib)