IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
92 stars 42 forks source link

BVAR #392

Open Usukhbayar13 opened 1 year ago

Usukhbayar13 commented 1 year ago

Dear, @jaromir-benes .

[w, dbvar, ~] = estimate(VAR(varnames),db,[shist,ehist],'order',order,'diff',opt.diff,'BVAR',dummyobs);

This code is working with IRIS 2014 but it seems that dummyobs is not working on IRIS 2023. Outcomes that with or without dummyobs are the same . What is the problem?