Description Usage Arguments Value Details References See Also Examples
Density function, distribution function and random number generation for the
skew-t (ST) distribution. Functions copied from sn
CRAN
library v0.4.18 for argument name compatibility with st.mle
function
from the same version.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x |
vector of quantiles. Missing values ( |
location |
vector of location parameters. |
scale |
vector of (positive) scale parameters. |
shape |
vector of shape parameters. With |
df |
degrees of freedom (scalar); default is |
dp |
a vector of length 4, whose elements represent location, scale
(positive), shape and df, respectively. If |
log |
logical; if TRUE, densities are given as log-densities. |
n |
sample size. |
... |
additional parameters passed to |
p |
vector of probabililities |
tol |
a scalar value which regulates the accuracy of the result of
|
Density (dst
), probability (pst
), quantiles
(qst
) and random sample (rst
) from the skew-t
distribution with given location
, scale
, shape
and
df
parameters.
Typical usages are
1 2 3 4 |
Azzalini, A. and Capitanio, A. (2003). Distributions generated by perturbation of symmetry with emphasis on a multivariate skew-t distribution. J.Roy. Statist. Soc. B 65, 367–389.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.