problem with DSGE

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

problem with DSGE

Postby vechoque » Wed Apr 22, 2015 3:54 am

Hi, I am a student of economics, and I'm developing a DSGE.

Unfortunately I have a problem: I can not run a model in Dynare.
If they were so kind to colaborarme, to find out where is the error.


Add the .mod file
Attachments
1.2 English.rar
(52.07 KiB) Downloaded 400 times
1.2 English.rar
(52.07 KiB) Downloaded 235 times
vechoque
 
Posts: 4
Joined: Tue Apr 21, 2015 8:03 pm

Re: problem with DSGE

Postby jpfeifer » Wed Apr 22, 2015 7:06 am

You must use a valid filename. If has to start with a letter and not contain additional special characters like the additional dot you put in.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany

Re: problem with DSGE

Postby vechoque » Sat Apr 25, 2015 3:23 am

thank you very much.
and I corrected, however, continue to exist problems.
Attachments
model.rar
(52.05 KiB) Downloaded 259 times
vechoque
 
Posts: 4
Joined: Tue Apr 21, 2015 8:03 pm

Re: problem with DSGE

Postby jpfeifer » Sat Apr 25, 2015 7:48 am

Your exogenous processes are
Code: Select all
Q = rho*(Q(-1)) + s;
A = rho*(A(-1))+ v;
z = rho*(z(-1))+ u;

i.e. they are mean 0. But in your production function
Code: Select all
y_t = A*((k_t)^(gamma))*((y_im_t)^(1 - gamma));

A is suddenly supposed to have mean 1. You need to have
Code: Select all
y_t = exp(A)*((k_t)^(gamma))*((y_im_t)^(1 - gamma));
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany


Return to Dynare contributions and examples

Who is online

Users browsing this forum: No registered users and 5 guests