density (dsc), probability (psc), quantile (qsc)
or random sample (rsc) from the skew-Cauchy distribution with given
xi, omega and alpha parameters or from the extended
skew-normal if tau!=0
Arguments
x
vector of quantiles. Missing values (NAs) and Inf's
are allowed.
p
vector of probabilities. Missing values (NAs) are allowed.
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.
n
sample size.
log
logical flag used in dsc (default FALSE).
When TRUE, the logarithm of the density values is returned.
Background
The skew-Cauchy distribution can be thought as a skew-\(t\) with tail-weight
parameter nu=1. In this case, closed-form expressions of the
distribution function and the quantile function have been obtained by
Behboodian et al. (2006).
The key facts are summarized in Complement 4.2 of Azzalini and Capitanio (2014).
A multivariate version of the distribution exists.