Page 1 of 1
Adding @stochastic to a model text file
Posted: Tue May 17, 2022 10:39 pm
by Elderfield.A
Hi,
Is there any way to change let the model object know whether an equation is stochastic or an identity after the equation has been appended to the model?
Re: Adding @stochastic to a model text file
Posted: Wed May 18, 2022 12:32 pm
by EViews Gareth
Not sure I understand the question.
Re: Adding @stochastic to a model text file
Posted: Wed May 18, 2022 4:26 pm
by Elderfield.A
Sorry - it was a little cryptic.
I actually meant @identity, also.
My problem is that I have a model object, 80% of the equations are identities, which have not been specified when the model was built i.e., using the "model.append @identity x = y+z" approach.
I was wondering if there was a way to go to this existing model object and label the equations I want as identities.
Hopefully that clears it up?
Adam
Re: Adding @stochastic to a model text file
Posted: Wed May 18, 2022 4:41 pm
by EViews Gareth
ah, not really. Just the long way of removing the equation, then re-adding it with the @identity at the start.
Re: Adding @stochastic to a model text file
Posted: Wed May 18, 2022 8:12 pm
by EViews Matt
Hello,
Perhaps what you're looking for is the
Model::innov procedure.