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