Strange Error when using steady_state() in dynare 4.4.0
Posted: Wed Jan 08, 2014 6:56 pm
Hey all,
I get a strange error when I'm using the steady_state() command instead of using the # code to correctly vary steady state values during estimation as suggested by Prof Pfeifer on page 38 in https://sites.google.com/site/pfeiferec ... edirects=0
For example:
I have government debt in my model. The steady state value should be 68% of GDP's steady state value: Bss = SBss*Yss; (SBss = 0.68)
The model code runs fine without any error, if I write for every Bss when needed:
SBss*steady_state(Y)
But if I write:
steady_state(B)
dynare says it can't find the steady state since matrix is close to singular and every following estimation breaks down with exactly the same error!
This is really strange???
Does anyone knows why this error happens??
Daniel
I get a strange error when I'm using the steady_state() command instead of using the # code to correctly vary steady state values during estimation as suggested by Prof Pfeifer on page 38 in https://sites.google.com/site/pfeiferec ... edirects=0
For example:
I have government debt in my model. The steady state value should be 68% of GDP's steady state value: Bss = SBss*Yss; (SBss = 0.68)
The model code runs fine without any error, if I write for every Bss when needed:
SBss*steady_state(Y)
But if I write:
steady_state(B)
dynare says it can't find the steady state since matrix is close to singular and every following estimation breaks down with exactly the same error!
This is really strange???
Does anyone knows why this error happens??
Daniel