Hi all,
I'm trying to code a dsge model with a threshold interest rate rule, so I need to perform the extended Kalman Filter. An example is the attached paper. Is there a similar example available?
Thanks in advance
dec series[int] state
gset state = fix(??? which evaluates to 1 or 2)dec vect[rect] a(2) f(2)
function SolveModels
dsge(model=dsge1,a=a(1),f=f(1)) list of variables
dsge(model=dsge2,a=a(2),f=f(2)) list of variables
end SolveModel
dlm(startup=SolveModels(),a=a(state(t)),f=f(state(t)),...Return to State Space Models/DSGE
Users browsing this forum: No registered users and 1 guest