Osr_params_bounds

Hello,

I am trying to use the command osr_params_bounds but I encounter an error.

When I run the example in the reference manual without setting boundaries on the parameters, it works fine but, as soon as I add the osr_params_bounds block, there is an error:
osr_params_bounds;
gamma_inf_, 0, 2.5;
end;

osr(opt_algo=9) y;

ERROR: exampleOSR.mod:37.11: syntax error, unexpected COMMA, expecting EQUAL or ‘.’

Could you please advise?

Thanks!

Hi MRu,

The attached file runs properly :grinning:.
I have Dynare 4.5.6 installed on my computer.

osr_try.mod (775 Bytes)

Dear cmarch.

Thank you very much. With the newest version of dynare both your file and my file work!

Best