Hi,
I am using a log-linearized model, but for some cases I need to calculate the steady state values, for which non-linear equations should be solved, for instance, something like this for n_ss:
(theta-1)*(n_ss-1)/(theta*n_ss-theta+1)*n_ss^((2-theta)/(theta-1))*L_ss^(-phi)+delta*eta/(1-delta)=0
How should I proceed (I was thinking to write this in the parameters block, but system of nonlinear equations should be solved)?
Thank you in advance.