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