Hi,
I want to get an asymptotic covariance at mode.
I know that dynare stores the hessian(hh) in a file called MODEL_FILENAME_mode.mat.
To get an asymptotic covariance at mode, which way should I do afteropening mode file.mat?
1. inv(hh)
2. inv(-hh)
3. hh
4. what else
Thanks in advance.