Description Usage Arguments Note
View source: R/SVAR-3-identification.R
Verify whether an SVAR model is identified
1 | is_identified(A = NULL, B = NULL, SIGMA_U = NULL)
|
A |
A square numeric matrix, the coefficient of contemporaneous effects between endogenous variables. Its dimension is (K x K). |
B |
A square numeric matrix, the coefficient of contemporaneous effects of structural shocks on endogenous variables. Its dimension is (K x K). |
SIGMA_U |
A square numeric matrix, the reduced-form residual covariances. Its dimension is (K x K). The default setting assumes unit variance of the structural shocks. |
"The default setting assumes unit variance of the structural shocks." TRUE?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.