burn.DPMMclust {NPflow}R Documentation

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.

Value

a DPMMclust object minus the burnt iterations

Author(s)

Boris Hejblum

See Also

summary.DPMMclust


[Package NPflow version 0.13.5 Index]