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.
Hi, I try to estimate a dsge model with adaptive learning expectation using dynare 4, the problem is to write a time-varying low of motion into the kalman filter, someone could help me please. thanks.
There is no feature in Dynare for modeling learning. Learning, in most cases, is characterized by changing values of the coefficients. The only way to do it is to write a Matlab loop around stoch_simul() that takes care of revising the value of the parameters. You need to know some Dynare internals in order to do so.