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