zero growth in the steady state

40 views
Skip to first unread message

Zuzana Mucka

unread,
Dec 9, 2013, 8:10:20 AM12/9/13
to iris-t...@googlegroups.com
Hello,
I would like to declare the non-linear model as stationarized. I used "assign" method with the option "-growth" and structure of all model variables with values set to zero:

 

function p = setgrowthrates(params)

f = fieldnames(params);

c = cell(length(f),1);

for iter = 1:length(f)

c{iter} = 0;

end

p = cell2struct(c,f,1);

end

... in the m.file used as

m = assign(m, '-growth', setgrowthrates(get(m,'sstateGrowth')));

but it does not work as " disp(get(m,'sstateGrowth')) " displays all model variables with unit steady state growths.
Is it possible to somehow set growth to zero?
Thanks

Zuzana

 

 

 

 
 

 

 

 

 

 


Michael Johnston

unread,
Dec 9, 2013, 8:18:54 AM12/9/13
to Zuzana Mucka, iris-t...@googlegroups.com
When you look at the parameter structure, the real component is the level and the imaginary component is the growth rate in gross terms. Unit steady state growth rates in gross terms are equivalent to no growth. 


--
You received this message because you are subscribed to the Google Groups "iris-toolbox-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iris-toolbox...@googlegroups.com.
To post to this group, send email to iris-t...@googlegroups.com.
Visit this group at http://groups.google.com/group/iris-toolbox.
For more options, visit https://groups.google.com/groups/opt_out.

Jaromir Benes

unread,
Dec 10, 2013, 1:27:21 PM12/10/13
to Michael Johnston, Zuzana Mucka, iris-t...@googlegroups.com
Minor clarification -- steady-state growth is described by *gross* rate of change for log-variables, i.e. x/x{-1}. For other variables, it is the period-on-period difference, x-x{-1}.

If you assign a zero to steady-state growth in a log-variable, IRIS automatically converts this to 1i (this means no growth -- if the gross rate of change is 1, the variable does not change over time) -- This is purely for convenience in dealing with stationary models with log-variables (without this automatic conversion, you'd have to manually assign all the 1i's to all log-variables).

Zuzana Mucka

unread,
Dec 11, 2013, 4:31:58 AM12/11/13
to Jaromir Benes, Michael Johnston, iris-t...@googlegroups.com
Many thanks you for the clarification, it helped me a lot.
Reply all
Reply to author
Forward
0 new messages