plot_ConvDPM: Convergence diagnostic plots

Description Usage Arguments

View source: R/plot_ConvDPM.R

Description

Convergence diagnostic plots

Usage

1
2
3
4
5
6
7
8
plot_ConvDPM(
  MCMCsample,
  from = 1,
  to = length(MCMCsample$logposterior_list),
  shift = 0,
  thin = 1,
  ...
)

Arguments

MCMCsample

a DPMMclust or summaryDPMMclust object.

from

the MCMC iteration from which the plot should start. Default is 1.

to

the MCMC iteration up until which the plot should stop. Default is 1.

shift

a number of initial iterations not to be displayed. Default is 0.

thin

integer giving the spacing at which MCMC iterations are kept. Default is 1, i.e. no thining.

...

further arguments passed to or from other methods


NPflow documentation built on Feb. 6, 2020, 5:15 p.m.