Ans = get(V,Query)
[Ans,Ans,...] = get(V,Query,Query,...)
V
[ SVAR ] - SVAR object.
Query
[ char ] - Query to the SVAR object.
Ans
[ ... ] - Answer to the query.All queries to VAR objects, listed and described in VAR/get
, can also be used in SVAR objects. In addition, the following queries are specific to SVAR objects:
'B'
-- Returns [ numeric ] matrix of instantaneous effects of shocks.
'std'
-- Returns [ numeric ] std deviation of structural shocks.
'method'
-- Returns [ char ] identification method used to convert reduced-form VAR to structural VAR.