File: forward_looking_varobs_x.mod

package info (click to toggle)
dynare 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,796 kB
  • sloc: cpp: 79,110; ansic: 28,917; objc: 12,445; yacc: 4,537; pascal: 1,993; lex: 1,441; sh: 1,132; python: 634; makefile: 628; lisp: 163; xml: 18
file content (25 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@#include "forward_looking_common.inc"

PSI=1.1;
TAU=2;
BETA=0.9;
KAPPA=0.6;

steady;
check;

estimated_params;
PSI,   1.1, NORMAL_PDF, 1.1, 0.01;
TAU,   2, NORMAL_PDF, 2, 0.01;
BETA,  0.9, NORMAL_PDF, 0.9, 0.01;
KAPPA, 0.6, NORMAL_PDF, 0.6, 0.01;
end;

% with this calibration and just a single observable the identification tests run into several edge case
% due to the fact that the order condition for dMoments fails and
% the minimal system cannot be computed
varobs x;
identification;
identification(advanced=1);
identification(prior_mc=10);
identification(prior_mc=10,advanced=1);