Skip to content

Commit

Permalink
Per #2022, when computing VL1L2Info CI's, n should be set to vacount …
Browse files Browse the repository at this point in the history
…rather than the number of input pairs.
  • Loading branch information
JohnHalleyGotway committed May 20, 2022
1 parent dc00933 commit 30cb0a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libcode/vx_statistics/met_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1815,10 +1815,12 @@ void VL1L2Info::compute_ci() {
double v, cl, cu;

//
// Compute the confidence interval for each alpha value specified.
// Compute the confidence interval for each alpha value specified
//
for(i=0; i<n_alpha; i++) {

n = vacount;

//
// Check for the degenerate case
//
Expand Down

0 comments on commit 30cb0a3

Please sign in to comment.