きずな 发表于 2015-12-13 16:21 
和其他时间序列模型一样,一般都得是平稳数据才可以,所以必须去趋势,也可以提前在模型中导入均衡成长路 ...
那请问你在estimating的时候遇到过这个问题么?
POSTERIOR KERNEL OPTIMIZATION PROBLEM!
 (minus) the hessian matrix at the "mode" is not positive definite!
=> posterior variance of the estimated parameters are not positive.
You should try to change the initial values of the parameters using
the estimated_params_init block, or use another optimization routine.
我有12个方程,4个shock,6个参数,8个可观察值。一开始的时候提示我shock少于给定的观察值,所以我把观察值减少到了4个,然后就提示这个这个问题了。虽然说提示让用estimated_params_init block,但是还不懂这是什么东西……use another optimization routine也不知道怎么弄……