Page 1 of 1

Bayesian Estimation: problems with reding a mat file

PostPosted: Wed Jul 06, 2011 3:33 am
by marcio_fr
Hi,

I'm trying estimate a dsge model in the 4.2.0 version of dynare with Octave. But it's always given the same messenge: "failed to read matrix from file 'dadogmv2' ".
The data file (dadogmv2) is in .mat format. Can you give me a hand?

Thanks

Re: Bayesian Estimation: problems with reding a mat file

PostPosted: Mon Aug 29, 2011 2:55 pm
by SébastienVillemot
Is your data file in the same directory than your MOD file?

What are the contents of your MAT file? It should contain as many variables as there are observables, with the same names, and with the observations stored as column vectors.

Best,