Skip to content

Commit

Permalink
change to a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielturek committed Nov 27, 2023
1 parent 02cffc9 commit 397e5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble/R/MCMC_build.R
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ buildMCMC <- nimbleFunction(
samplerFunctions[[ind]]$run()
}
}
## adding "accumulators" to MCMC?
## adding "accumulators" to MCMC
## https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance
if(iter > nburnin) {
sampleNumber <- iter - nburnin
Expand Down

0 comments on commit 397e5bd

Please sign in to comment.