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

correcting tests

parent 85d32101
No related branches found
No related tags found
No related merge requests found
...@@ -100,9 +100,7 @@ MODFILES = \ ...@@ -100,9 +100,7 @@ MODFILES = \
kalman_filter_smoother/fs2000.mod \ kalman_filter_smoother/fs2000.mod \
kalman_filter_smoother/fs2000_1.mod \ kalman_filter_smoother/fs2000_1.mod \
kalman_filter_smoother/fs2000_2.mod \ kalman_filter_smoother/fs2000_2.mod \
kalman_filter_smoother/fs2000a.mod \ kalman_filter_smoother/fs2000a.mod
kalman_filter_smoother/gen_data.mod \
kalman_filter_smoother/fsdat_simul.m
EXTRA_DIST = \ EXTRA_DIST = \
$(MODFILES) \ $(MODFILES) \
......
...@@ -34,8 +34,7 @@ end; ...@@ -34,8 +34,7 @@ end;
varobs dw dx dy z; 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);
estimation(datafile=data,first_obs=1000,nobs=200,mh_replic=0,mode_compute=0,mode_file=algoH1_mode);
//checking smoother consistency //checking smoother consistency
X = oo_.SmoothedVariables; X = oo_.SmoothedVariables;
......
...@@ -55,10 +55,6 @@ var e_a; stderr 0.014; ...@@ -55,10 +55,6 @@ var e_a; stderr 0.014;
var e_m; stderr 0.005; var e_m; stderr 0.005;
end; end;
steady(nocheck);
check;
estimated_params; estimated_params;
alp, beta_pdf, 0.356, 0.02; alp, beta_pdf, 0.356, 0.02;
bet, beta_pdf, 0.993, 0.002; 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