I tried to run the extended path algorithm for order>0 and get an error message:
“Reference to non-existent field ‘IntegrationAlgorithm’.”
After reading the post linked below, I added " ep.IntegrationAlgorithm = 'Tensor-Gaussian-Quadrature';" into the code, but it’s then still complaining about pfm.Omega missing from the “setup_integration_nodes” code.
I also tried dowloading the most recent unstable version (Jan 2019), but then the code is complaining about max operator in my mod file. I’m running simulations of a model with ZLB.
ERROR: you have declared your model ‘linear’ but you are using a function (max, min, abs, sign) or an operator (<, >, <=, >=, ==, !=) on an endogenous variable.