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