StudentT | R Documentation |
Density, distribution function, quantile function and random generation
for the Student-t distribution with location mu
, scale sigma
,
and degrees of freedom df
.
dstudent_t(x, df, mu = 0, sigma = 1, log = FALSE)
pstudent_t(q, df, mu = 0, sigma = 1, lower.tail = TRUE, log.p = FALSE)
qstudent_t(p, df, mu = 0, sigma = 1, lower.tail = TRUE, log.p = FALSE)
rstudent_t(n, df, mu = 0, sigma = 1)
x |
Vector of quantiles. |
df |
Vector of degrees of freedom. |
mu |
Vector of location values. |
sigma |
Vector of scale values. |
log |
Logical; If |
q |
Vector of quantiles. |
lower.tail |
Logical; If |
log.p |
Logical; If |
p |
Vector of probabilities. |
n |
Number of draws to sample from the distribution. |
See vignette("brms_families")
for details
on the parameterization.
TDist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.