I am trying to compute the model with an occasionally binding constraint(ZLB).
It seems that there are two toolkits for solving such a model, like Occbin and dynareOBC. Since there are lots of contents related to the latter, I am using dynareOBC now.
However, which is preferable when you solve a model with ZLB, or is there any difference between the algolithms?
@cfp can provide details, but my understanding is that everything you can do with Occbin is feasible with DynareOBC, but the latter is much more powerful.
DynareOBC is guaranteed to find a solution if there is one. It can work with higher order solutions to the model, and it can approximate the effects of the risk of hitting the bound.
However, DynareOBC should not yet be used for estimation.
Hi cfp,I am reading through the readme file of DynareOBC v3.30.54.1968 which is released in Feb 2021. I find that one of the options for DynareOBC command is “estimation”, does it mean the latest version could do beysian or MLE estimation?