Steady state existence
Posted: Mon Sep 29, 2014 7:06 am
Hi Johannes!
A quick question that shouldn't take you more than 3 minutes: attached is a mod file and a file with the parameters (you can also copy the text below into a matlab file and execute from there if you put everything in the same folder) -- the residuals on the steady state are extremely small, but it is not computing. I just wanted to clarify whether I am doing something wrong, or if it's just not a very stable solution. I wanted to get a feel of the solution from Dynare before coding my only solution. If my setup looks fine, then I will experiment with my own coded solution.
As always, thank you for your time and insight!
------------
clear all; close all; clc;
P = parameters; %make sure these are updated
beta=P.beta; chipp=P.chipp; chifw=P.chifw; psipp=P.psipp; psifw=P.psifw;
xi=P.xi; gamma=P.gamma; pi=P.pi; se_h=P.se_h; rho_h=P.rho_h;
eta=P.eta; tau_c=P.tau_c; tau_i=P.tau_i; tau_n=P.tau_n; tau_k=P.tau_k; tau_marg=P.tau_marg; delta=P.delta;
iota=P.iota; alpha=P.alpha;
save parameterfile beta chipp chifw psipp psifw xi alpha gamma pi eta iota se_h rho_h delta tau_c tau_i tau_n tau_k tau_marg;
dynare hkgrowth.mod; %addpath C:\dynare\4.4.2\matlab
A quick question that shouldn't take you more than 3 minutes: attached is a mod file and a file with the parameters (you can also copy the text below into a matlab file and execute from there if you put everything in the same folder) -- the residuals on the steady state are extremely small, but it is not computing. I just wanted to clarify whether I am doing something wrong, or if it's just not a very stable solution. I wanted to get a feel of the solution from Dynare before coding my only solution. If my setup looks fine, then I will experiment with my own coded solution.
As always, thank you for your time and insight!
------------
clear all; close all; clc;
P = parameters; %make sure these are updated
beta=P.beta; chipp=P.chipp; chifw=P.chifw; psipp=P.psipp; psifw=P.psifw;
xi=P.xi; gamma=P.gamma; pi=P.pi; se_h=P.se_h; rho_h=P.rho_h;
eta=P.eta; tau_c=P.tau_c; tau_i=P.tau_i; tau_n=P.tau_n; tau_k=P.tau_k; tau_marg=P.tau_marg; delta=P.delta;
iota=P.iota; alpha=P.alpha;
save parameterfile beta chipp chifw psipp psifw xi alpha gamma pi eta iota se_h rho_h delta tau_c tau_i tau_n tau_k tau_marg;
dynare hkgrowth.mod; %addpath C:\dynare\4.4.2\matlab