st0 | R Documentation |
Centred Student t distribution
pst0(q, df = 10, sigma = 1)
qst0(p, df, sigma)
dst0(x, df, sigma, log = FALSE)
rst0(n, df, sigma)
q |
vector of quantiles. |
df |
degrees of freedom. |
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.