rsl: Azzalini skew logistic distribution

View source: R/distributions.R

rslR Documentation

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)

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.

Value

Vector of random numbers from Azzalini skew logistic distribution.


symmetry documentation built on March 31, 2023, 7:30 p.m.

Related to rsl in symmetry...