Warning: the dnst
, pnst
, qnst
, and rnst
functions are now deprecated, use dlst
, plst
, qlst
,
and rlst
functions instead.
dnst(x, df, mu = 0, sigma = 1, log = FALSE)pnst(q, df, mu = 0, sigma = 1, lower.tail = TRUE, log.p = FALSE)
qnst(p, df, mu = 0, sigma = 1, lower.tail = TRUE, log.p = FALSE)
rnst(n, df, mu = 0, sigma = 1)
vector of quantiles.
degrees of freedom (> 0, maybe non-integer). df = Inf
is allowed.
vector of locations
vector of positive valued scale parameters.
logical; if TRUE, probabilities p are given as log(p).
logical; if TRUE (default), probabilities are \(P[X \le x]\) otherwise, \(P[X > x]\).
vector of probabilities.
number of observations. If length(n) > 1
,
the length is taken to be the number required.