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