1.) I still don't get why you think it's strange. You specified the covariance matrix to be
- Code: Select all
shocks;
var epsc; stderr 0.0078;
var epsx; stderr 0.0351;
var epsd; stderr 0.0003432;
end;
These are all diagonal entries, which is exactly what you get. You did not specify any off-diagonal entries.
2.) I don't think the assignment asks you to read out the decision rules from Dynare, but rather wants you to compute them yourself, e.g. using the method of undetermined coefficients. And of course your code gives results identical to the one Dynare displays, because you are accessing the decision rule coefficients that Dynare computed and then displays. This is described in more detail in the manual