Skip to content

Commit

Permalink
Remove superfluous and erroneous summary stats from run_dfm.m (see 7f…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelpm committed Mar 18, 2024
1 parent 3e83e53 commit 7a5f747
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions DFM/run_dfm.m
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,6 @@

clear results_* i_method thisMethod

%----------------------------------------------------------------
% Compute Mean-Squared Errors, Bias-Squared, Variance
%----------------------------------------------------------------

[results.MSE, results.BIAS2, results.VCE] = irf_perform_summary(results.irf, DF_model.target_irf, settings);

%----------------------------------------------------------------
% Export Results
%----------------------------------------------------------------
Expand Down

0 comments on commit 7a5f747

Please sign in to comment.