autocorrPlot
autocorrPlot(
trace,variables?,maxLag?,options?):any
Defined in: mc/src/utils/visualize.js:213
Generate autocorrelation plot specification Shows autocorrelation to assess mixing
Parameters
trace
any
MCMC trace object
variables?
string[] = null
Variable names to plot
maxLag?
number = 50
Maximum lag to compute
options?
any = {}
Plot options
Returns
any
Plot specification with .show() method