View source: R/intial_estimation.R
lr_approx | R Documentation |
lr_approx
calculates a tall IRF from a square
state space model using low-rank approximation
lr_approx(ssmod, dim_in, lag.max = 30)
ssmod |
square state space model object |
dim_in |
the dynamic factor dimension of the DFM |
lag.max |
number of lags, default is 30 |
a list of elements:
irf |
new IRF array |
noise_L |
n x q matrix used to obtain tall IRF |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.