beside this, I found my error. but neverless it would be also great to hear an answer to the previously made question (if you have time).
The error arises because I set as the initial value for the marginal costs (nuu-1)/nuu instead of using that MC = 1/A*alphaa^(-alphaa)*(1-alphaa)^(-(1-alphaa))*RKss^(alphaa)*Wss^(1-alphaa).
In fact in the steady state both values have to be the same, but I think the error arises as dynare find it difficult to use both price setting equations to find the steady state for the marginal cost as both are quite similar in the steady state. (???, I don't kown if this is really the right answer, just a guess...)
In addition the model diagnostic (when I use steady_state(B)) now clearly points out the issue with the ricadian equivalence, as it says:
model_diagnostic: the Jacobian of the static model is singular
there is 1 colinear relationships between the variables and the equations
Colinear variables:
T
B
Colinear equations
17
The presence of a singularity problem typically indicates that there is one
redundant equation entered in the model block, while another non-redundant equation
is missing. The problem often derives from Walras Law.
When I instead use 0.68*steady_state(Y), then the model diagnostic says:
model_diagnostic: the Jacobian of the static model is singular
there is 1 colinear relationships between the variables and the equations
Colinear variables:
C
N
I
W
K
Y
G
T
B
RB
MC
Px
Qm
Qd
Qx
Pm
Pd
PI
Z
E
EX
IM
Colinear equations
17
The presence of a singularity problem typically indicates that there is one
redundant equation entered in the model block, while another non-redundant equation
is missing. The problem often derives from Walras Law.
(IS THIS NORMAL???)
Nevertheless for estimation to aviod the ricadian equivalence problem which causes the "Matrix is close to singular" problem, one has to use 0.68*steady_state(Y) instead of steady_state(B).