| simulate_var | R Documentation |
This function generates a simulated multivariate VAR time series.
simulate_var(n, p, nobs, rho, sparsity, mu, method, covariance, ...)
n |
dimension of the time series (default |
p |
number of lags of the VAR model (default |
nobs |
number of observations to be generated (default
|
rho |
base value for the covariance matrix (default |
sparsity |
density (in percentage) of the number of nonzero elements
of the VAR matrices (default |
mu |
a vector containing the mean of the simulated process (default
|
method |
which method to use to generate the VAR matrix. Possible values
are |
covariance |
type of covariance matrix to use in the simulation.
Possible values: |
... |
the options for the simulation. These are:
|
A a list of NxN matrices ordered by lag
data a list with two elements: series the multivariate
time series and noises the time series of errors
S the variance/covariance matrix of the process
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.