Skip to content
Snippets Groups Projects
Commit 775a5da3 authored by Michel Juillard's avatar Michel Juillard
Browse files

correcting tests

parent 85d32101
Branches
Tags
No related merge requests found
......@@ -100,9 +100,7 @@ MODFILES = \
kalman_filter_smoother/fs2000.mod \
kalman_filter_smoother/fs2000_1.mod \
kalman_filter_smoother/fs2000_2.mod \
kalman_filter_smoother/fs2000a.mod \
kalman_filter_smoother/gen_data.mod \
kalman_filter_smoother/fsdat_simul.m
kalman_filter_smoother/fs2000a.mod
EXTRA_DIST = \
$(MODFILES) \
......
......@@ -34,8 +34,7 @@ end;
varobs dw dx dy z;
//estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0);
estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0,mode_compute=0,mode_file=algoH1_mode);
estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0);
//checking smoother consistency
X = oo_.SmoothedVariables;
......
......@@ -55,10 +55,6 @@ var e_a; stderr 0.014;
var e_m; stderr 0.005;
end;
steady(nocheck);
check;
estimated_params;
alp, beta_pdf, 0.356, 0.02;
bet, beta_pdf, 0.993, 0.002;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment