Calculates mu and sigma of lognormal from median and upper quantile.
getParmsLognormForMedianAndUpper(median,
quant, sigmaFac = qnorm(0.99))
geometric mu (median at the original exponential scale)
value at the upper quantile, i.e. practical maximum
sigmaFac=2 is 95% sigmaFac=2.6 is 99% interval
named numeric vector: mu and sigma parameter of the lognormal distribution.