IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
90 stars 41 forks source link

BVAR #392

Open Usukhbayar13 opened 9 months ago

Usukhbayar13 commented 9 months 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?