Dear Professor,
I keep getting the following message: “Blanchard & Kahn conditions are not satisfied: indeterminacy.”
Looking at the previous answers, I guess it has to do with the timing issue, but I don’t think I have made any.
Could you help me out professor? Thank you
Best,
Jeremy
main.mod (1.5 KB)
ss.m (884 Bytes)
Check your timing.
theta = (lambda*l(-1) + eta*s(-1))/d_u(-1);
looks odd as everything on the right is predetermined. That would make theta
predetermined as well. Put differently, it looks like the equation must have a t timing for all variables.
Hello Professor,
I fixed the first line, but the same error still appears. Do you have an idea what could be wrong? Thank you.
main.mod (1.6 KB)
ss.m (1019 Bytes)
You need to check all equations for mistakes like timing errors. If nothing else works, use a simpler version that works and only then add features.