Baseline and scenario the same
Posted: Sun Mar 14, 2010 7:31 pm
Please help I am trying to run a scenario where I make an endogenous variable exgogenous and then shock it. However, when I do this the baseline and the scenario are the same. I assume I am not using the exclude/overide commands correctly. Below is what I am doing where e_ is the equation:
smpl 2007 2015
coal_prices.addassign @all
coal_prices.addinit(v=n) @all
smpl 2010 2015
series pr_therm=pr_therm(-1)
coal_prices.exclude e_pr_therm
series pr_hard=pr_hard(-1)
coal_prices.exclude e_pr_hard
'coal_prices.exclude(actexist=t,m)
smpl 2007 2015
coal_prices.scenario(n,a=_f) "sim"
coal_prices.solveopt(e=t)
'Coal price simulations
'smpl 1980 2015
series pr_therm_base=pr_therm
series pr_hard_base=pr_hard
smpl 2010 2015
series pr_therm=1.1*pr_therm
series pr_hard=1.1*pr_hard
smpl 2007 2015
coal_prices.solve
I am using eviews 7 and any help would be great thanks
smpl 2007 2015
coal_prices.addassign @all
coal_prices.addinit(v=n) @all
smpl 2010 2015
series pr_therm=pr_therm(-1)
coal_prices.exclude e_pr_therm
series pr_hard=pr_hard(-1)
coal_prices.exclude e_pr_hard
'coal_prices.exclude(actexist=t,m)
smpl 2007 2015
coal_prices.scenario(n,a=_f) "sim"
coal_prices.solveopt(e=t)
'Coal price simulations
'smpl 1980 2015
series pr_therm_base=pr_therm
series pr_hard_base=pr_hard
smpl 2010 2015
series pr_therm=1.1*pr_therm
series pr_hard=1.1*pr_hard
smpl 2007 2015
coal_prices.solve
I am using eviews 7 and any help would be great thanks