Name
logt_inv — logistic quantiles
CALLING SEQUENCE
[invl]=logt_inv(x)
PARAMETERS
- Input
x = a (rxc) matrix or scalar argument
- Output
invl = the (rxc) matrix of corresponding inverses (quantiles) of the logistic distribution
DESCRIPTION
Computes the inverse of the logistic distribution.
EXAMPLE
x=logt_inv([0.1 0.2 ;0.3 0.4])