Learn R Programming

symmetry (version 0.2.3)

rsl: Azzalini skew logistic distribution

Description

Generates random numbers from the skew logistic distribution

Usage

rsl(n = 1, xi = 0, omega = 1, alpha = 0, dp = NULL)

Value

Vector of random numbers from Azzalini skew logistic distribution.

Arguments

n

sample size.

xi

vector of location parameters.

omega

vector of (positive) scale parameters.

alpha

vector of slant parameters.

dp

a vector of length 3 whose elements represent the parameters described above. If dp is specified, the individual parameters cannot be set.