sst | R Documentation |
Skew Student t distribution
psst(q, df = 10, gamma = 1, mu = 0, sigma = 1)
qsst(p, df, gamma, mu, sigma)
dsst(x, df, gamma, mu, sigma, log = FALSE)
rsst(n, df, gamma, mu, sigma)
q |
vector of quantiles. |
df |
degrees of freedom. |
gamma |
skewness parameter. |
mu |
location parameter. |
sigma |
scale parameter. |
p |
vector of probabilities. |
x |
vector of values. |
log |
flag for log density. |
n |
number of observations. |
A vector of density, distribution function, quantile or random values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.