logistic quantiles
[invl]=logt_inv(x)
* x = a (r x c) matrix or scalar argument
* invl = the (r x c) matrix of corresponding inverses (quantiles) of the logistic distribution
x=logt_inv([0.1 0.2 ;0.3 0.4])