Open Usukhbayar13 opened 1 year ago
Dear, @jaromir-benes .
[w, dbvar, ~] = estimate(VAR(varnames),db,[shist,ehist],'order',order,'diff',opt.diff,'BVAR',dummyobs);
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?
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?