Description Usage Arguments Value Examples
View source: R/TwoBlockUnitRoots.R
Function to compute the coefficients of periodic integrated filter. Assume there are two block unit roots in the process.
1 | piar2unit.block(Xsim, d = 4)
|
Xsim |
similarity matrix for Jordan decomposition of the multi-companion matrix F |
d |
period |
coefficients of $(1-\beta_sL)(1-\alpha_sL)$
1 2 3 | library(mcompanion)
Fd <- sim_mc(dim = 4, mo = 4, mo.col = 2, eigval = c(1), len.block = c(2))
icoef <- piar2unit.block(Xsim = Fd$eigvec, d = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.