| rmvt0 {ADtools} | R Documentation |
Simulate random variates from the multivariate t distribution
rmvt0(n, sigma, df, delta = 0)
n |
positive integer; number of observations. |
sigma |
scale matrix. |
df |
degree of freedom. |
delta |
non-centrality parameters. |
n <- 10
d <- 3
rmvt0(n, sigma = crossprod(randn(d, d)), df = 2)