Skip to content

rankPlot

rankPlot(trace, variables?, options?): any

Defined in: mc/src/utils/visualize.js:489

Generate rank plot specification (for convergence diagnostics) Useful for detecting non-stationarity and comparing chains

Parameters

trace

any

MCMC trace object

variables?

string[] = null

Variable names to plot

options?

any = {}

Plot options

Returns

any

Plot specification with .show() method