burnin | R Documentation |
This function discards the first log-likelihood values at each inverse temperature as burnin period.
burnin(x, percentage = NULL, nburnin = NULL)
x |
A data frame with the folloging columns: |
percentage |
Percentage of log-likelihod values to discard at each temperature. |
nburnin |
Number of log-likelihod values to discard at each temperature. |
It produces a new x
with a burnin period.
Patricio Maturana Russel p.russel@auckland.ac.nz
## Not run: data(ligoVirgoSim) burnin(ligoVirgoSim, percentage=10); #discarding 10\% of log-likelihood values at each temperature ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.