In the model block, can we ``cite'' the steady state level computed in the steady_state_ model block?
for example:
model;
log(M)-log(Mbar)=rho*(log(M(-1))-log(Mbar));
end;
where Mbar is the steady state of M
Thanks!
model;
log(M)-log(steady_state(Mbar))=rho*(log(M(-1))-log(steady_state(M)));
end;
Users browsing this forum: No registered users and 12 guests