Page 1 of 1

Posterior IRF

PostPosted: Tue Sep 28, 2010 4:28 pm
by beeimp
Hi, all.

The previous five shocks showed but when it went to the six shocks, I had the following error messages in the IRF of bayesian estimation. Any one helps me to solve this problem?

I faced the same problem not just once. Thanks.



??? Error using ==> print at 310
Error using ==> render at 163
Error using ==> hardcopy
hk5\Output\hk5_Bayesian_IRF_EPS_W_1.eps: Cannot open file: permission denied.

Error in ==> PosteriorIRF at 467
eval(['print -depsc2 ' DirectoryName '/' M_.fname '_Bayesian_IRF_' deblank(tit(i,:)) '_' int2str(figunumber) '.eps']);

Error in ==> dynare_estimation_1 at 1078
PosteriorIRF('posterior');

Error in ==> dynare_estimation at 62
dynare_estimation_1(var_list,varargin{:});

Error in ==> hk5 at 269
dynare_estimation(var_list_);

Error in ==> dynare at 132
evalin('base',fname) ;

Re: Posterior IRF

PostPosted: Mon Oct 04, 2010 10:52 am
by AssiaEzzeroug
Hi,

are you sure you assign a value to the standard deviation of that shock? Is it well specified? Please post your mod-file

Best

Re: Posterior IRF

PostPosted: Mon Oct 11, 2010 12:24 pm
by SébastienVillemot
hk5\Output\hk5_Bayesian_IRF_EPS_W_1.eps: Cannot open file: permission denied.


This look like a permission issue. Do you have the adequate rights in this directory ?

Re: Posterior IRF

PostPosted: Sun Oct 31, 2010 6:29 am
by beeimp
Thanks for the reply.

what do you mean " Do you have the adequate rights in this directory ?"

Most of the time I can get the result but I got the errors in a few time.

I did assign the value for the shock.

And I just got the same error tonight.

Very confused when I got this error.

Re: Posterior IRF

PostPosted: Mon Nov 22, 2010 11:49 am
by SébastienVillemot
By permission rights I mean the administrative rights on your machine to create or modify files in a given directory. This is not a Dynare issue but a system administration issue. You probably need to contact your IT service to solve this.

Best,