Hi, 
Is there a way to estimate time-varying parameters with Dynare? 
e.g. 
model;
   y = delta*x + e
   delta = delta(-1) + u
end;
(where y and x are observed variables)
Thanks!
			
		. You may, however, want to write the equation(s) of your model in a stationary form.(e.g. y = m +e
m = m(-1) + v )
model;
y = delta*x + e
delta = delta(-1) + u
end;
Users browsing this forum: No registered users and 5 guests