View source: R/generate-process.R
sim_mvt | R Documentation |
This function samples n x multi-dimensional t-random matrix.
sim_mvt(num_sim, df, mu, sig, method = c("eigen", "chol"))
num_sim |
Number to generate process. |
df |
Degrees of freedom. |
mu |
Location vector |
sig |
Scale matrix. |
method |
Method to compute |
T x k matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.