Generates random numbers from the skew logistic distribution
rsl(n = 1, xi = 0, omega = 1, alpha = 0, dp = NULL)
Vector of random numbers from Azzalini skew logistic distribution.
sample size.
vector of location parameters.
vector of (positive) scale parameters.
vector of slant parameters.
a vector of length 3 whose elements represent the parameters
described above. If dp
is specified, the individual parameters
cannot be set.