Specifying series extensions in model solution
Posted: Wed Jan 21, 2009 7:47 am
Hi, I cannot find the command line to specify series extensions in model solution.
For example, suppose I have a model
model macroecon
macroecon.append C=10000+0.3*y
macroecon.solve
'End of the model
By default, Eviews will have the baseline solution stored into the series C_0.
Suppose I want to have the base line series extension to be "_qf", how can I do that in programming? I know how to change solution series extensions in interavtive mode, but do not know how to write the command in a program.
For example, suppose I have a model
model macroecon
macroecon.append C=10000+0.3*y
macroecon.solve
'End of the model
By default, Eviews will have the baseline solution stored into the series C_0.
Suppose I want to have the base line series extension to be "_qf", how can I do that in programming? I know how to change solution series extensions in interavtive mode, but do not know how to write the command in a program.