Skip to content

Commit 6c9b377

Browse files
committed
add defect mode in when bootstrapping, forgot to push estimated vector
1 parent 15a4631 commit 6c9b377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

preseq.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ extrap_bootstrap(const bool VERBOSE, const bool DEFECTS,
328328
sample_size += bin_step_size;
329329
}
330330
// no checking of curve in defect mode
331+
bootstrap_estimates.push_back(yield_vector);
331332
if (VERBOSE) cerr << '.';
332333
}
333334
else{

0 commit comments

Comments
 (0)