Compute the number of samples for a given MCMC options triple
Compute the number of samples for a given MCMC options triple
sampleSize(mcmcOptions)
mcmcOptions |
the |
the resulting sample size
# Set up MCMC option in order to have a burn-in of 10000 iterations and # then take every other iteration up to a collection of 10000 samples options <- McmcOptions(burnin=10000, step=2, samples=10000) sampleSize(options)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.