st | R Documentation |
Student t distribution
pst(q, df = 10, mu = 0, sigma = 1)
qst(p, df, mu, sigma)
dst(x, df, mu, sigma, log = FALSE)
rst(n, df, mu, sigma)
q |
vector of quantiles. |
df |
degrees of freedom. |
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.