Maxima Function
quantile_geometric (q,p)
Returns the q-quantile of a Geometric(p) random variable, with 0<p<1; in other words, this is the inverse of cdf_geometric
. Argument q must be an element of [0,1]. To make use of this function, write first load(distrib)
.