Burn | R Documentation |
Add burn-in to a dirichletprocess object
Burn(dpobj, niter)
dpobj |
A dirichletprocess object. |
niter |
Number of iterations to burn. |
A dirichletprocess object where all chain objects have the first
niter
iterations are removed.
dp <- Fit(DirichletProcessGaussian(rnorm(10)), 100)
DiagnosticPlots(dp)
burned_dp <- Burn(dp, 50)
DiagnosticPlots(burned_dp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.