| plot_ConvDPM {NPflow} | R Documentation | 
Convergence diagnostic plots
Description
Convergence diagnostic plots
Usage
plot_ConvDPM(
  MCMCsample,
  from = 1,
  to = length(MCMCsample$logposterior_list),
  shift = 0,
  thin = 1,
  ...
)
Arguments
MCMCsample | 
 a   | 
from | 
 the MCMC iteration from which the plot should start.
Default is   | 
to | 
 the MCMC iteration up until which the plot should stop.
Default is   | 
shift | 
 a number of initial iterations not to be displayed. Default is   | 
thin | 
 integer giving the spacing at which MCMC iterations are kept.
Default is   | 
... | 
 further arguments passed to or from other methods  | 
[Package NPflow version 0.13.5 Index]