View source: R/intial_estimation.R
init_vals | R Documentation |
init_vals
gives the initial values of the RMFD model in state space format.
The initial values are calculated from the input IRF that is used to generate the Hankel matrix,
which are used in the regressions to determine parameter matrices associated with the lag
polynomials c(z) and d(z).
init_vals(irf_obj, nu, degs = NULL, tmpl_mod)
irf_obj |
impulse response function object of dimension ( |
nu |
vector of Kronecker indices |
degs |
vector of length 2, where one can optionally specify the degrees of c(z) and d(z),
either of the parameters must be equal to |
tmpl_mod |
model template for extracting the initial values |
a list of elements
init_val |
a vector of initial values |
sigma |
error covariance matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.