View source: R/intial_estimation.R
normalize_irf | R Documentation |
Depending on the template/identification scheme, the first dim_in
rows of
the zero-lag coefficient of the transfer function are either normalized to the
identity matrix or lower triangular.
normalize_irf(pseries_obj, type = c("identity", "lq_decomp"))
pseries_obj |
IRF object, should have sufficiently many lags |
type |
Character string. Either |
a list of elements
pseries_array |
the normalised transfer function as array |
noise_L |
the inverse of the matrix used for normalising |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.