How to get asymptotic covariance matrix
Posted: Wed Sep 07, 2016 10:27 am
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.
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.