I am having trouble with understanding the DESC option in the SCENARIO command. Running the code:
Code: Select all
wfcreate u 100
genr x=50+0.03*@trend+2*nrnd
genr log(y)=3*log(x)+nrnd
model _m
_m.append 0*x+log(y)=3*log(x)
_m.scenario(n,a="_1") "scenario 2"Code: Select all
_m.scenario(n,a="_1",desc="test") "scenario 2"Code: Select all
_m.scenario(desc="test", usedesc) "scenario 1"Can you please take a look at it?
Thomas
