Learn R Programming

NPflow (version 0.9.0)

burn.DPMMclust: Burning MCMC iterations from a Dirichlet Process Mixture Model.

Description

Utility function for burning MCMC iteration from a DPMMclust object.

Usage

burn.DPMMclust(x, burnin = 0, thin = 1)

Arguments

x
a DPMMclust object.
burnin
the number of MCMC iterations to burn (default is 0).
thin
the spacing at which MCMC iterations are kept. Default is 1, i.e. no thining.
...
further arguments passed to or from other methods.

Value

  • a DPMMclust object minus the burnt iterations

See Also

summary.DPMMclust