I run a mod file successfully with mode_compute = 6 under Bayesian estimation. However, I get the error: Error using chol when estimating the parameters under SMM estimation (mode_compute = 6).
Under SMM estimation, I changed the optimizer to mode_compute = 4…and I get the message solver stopped prematurely, so the moments do not match.
I tried using simulated data, but the same problems under SMM estimation (Error using chol).
Is it a common problem when order=1 in method_of_moments() and the model is linear?