Description Usage Arguments Details Value Examples
Generate vector autoregression time series with 2 blockly correlated structure
1 |
p.block |
a list of 2 numbers. Number of covariates for each block. Default is 6, 4 so they form a 10 series X. |
x0.block |
a list of 2 sublists. Each sublist contains vectors as the initial values |
A.block |
a list of 2 sublists. Each sublist contains AR coefficient matrices. |
t |
a number. Length of series, including the initial lags. |
sigmax |
a number. Standard deviation of noise of x. |
This function is based on XgenSimple
. 2 blocks, hence need specification for each block, and arguments p.block,
x0.block, A.block
should have length of 2.
It is recommended to use coef.mat
to generate the AR coefficient matrices.
a matrix
bigX |
The combined matrix of 2 individual submatrices |
1 | # see example in XgenCorr().
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.