File: fs2000_102.mod

package info (click to toggle)
dynare 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 79,248 kB
  • sloc: cpp: 82,011; ansic: 28,583; objc: 12,573; yacc: 5,105; pascal: 2,374; lex: 1,502; python: 1,118; sh: 1,116; makefile: 605; lisp: 162; xml: 18
file content (22 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@#define SPEED_UP_TESTSUITE
@#include "fs2000.common.inc"

estimated_params_init;
stderr e_a, 0.015759023653034;
stderr e_m, 0.007074670436290;
alp, 0.360194076098251;
bet, 0.992147804788292;
gam, 0.003558883548504;
mst, 1.012615945228039;
rho, 0.314245018379123;
psi, 0.667051411177380;
del, 0.007873856590655;
end;

if ~isoctave() && exist('simulannealbnd','file')
  profile clear; profile on;
  estimation(mode_compute=102, silent_optimizer, order=1, datafile='../fs2000/fsdat_simul', nobs=192, mh_replic=0, mh_nblocks=2, mh_jscale=0.8,
             optim=('TolFun',1e-2)
  );
  @#include "optimizer_function_count.inc"
end