vector of quantiles. Missing values (NAs) are allowed.
p
vector of probabililities
location
vector of location parameters.
scale
vector of (positive) scale parameters.
shape
vector of shape parameters. With pst and qst,
it must be of length 1.
df
degrees of freedom (scalar); default is df=Inf which corresponds
to the skew-normal distribution.
n
sample size.
tol
a scalar value which regulates the accuracy of the result of
qsn.
...
additional parameters passed to integrate.
Value
Density (dst), probability (pst), quantiles (qst)
and random sample (rst) from the skew-t distribution with given
location, scale, shape and df parameters.
Background
The family of skew-t distributions is an extension of the Student's t
family, via the introduction of a shape parameter which regulates
skewness; when shape=0, the skew-t distribution reduces to the
usual Student's t distribution. When df=Inf, it reduces to the
skew-normal distribution. A multivariate version of the distribution exists.
See the reference below for additional information.
References
Azzalini, A. and Capitanio, A. (2003).
Distributions generated by perturbation of symmetry
with emphasis on a multivariate skew-t distribution.
J.Roy. Statist. Soc. B65, 367--389.