Hi
I am running this model, but this error is appareed
Here is code
Thanks in advance
driver.m (10.6 KB)
emr2.mod (1.2 KB)
Hi
I am running this model, but this error is appareed
Here is code
Thanks in advance
driver.m (10.6 KB)
emr2.mod (1.2 KB)
You need to check your equations. Are you sure they are consistent with the existence of a unique steady state? You have
Mdot=rohM*Mdot(-1)+phipi*(pi-pistar)+phiy*(y-ystar)+epsilonM;
but the exogenous variables are 0 in steady state. This would force y
to zero as well.
I let Mdot=0 in steady state and appareed same error.