Maxima Function
quantile_discrete_uniform (q,n)
Returns the q-quantile of a Discrete Uniform(n) random variable, with n a strictly positive integer; in other words, this is the inverse of cdf_discrete_uniform
. Argument q must be an element of [0,1]. To make use of this function, write first load(distrib)
.