pairPlot
pairPlot(
trace,variables?,options?):any
Defined in: mc/src/utils/visualize.js:315
Generate pair plot specification (scatter plot matrix) Shows relationships between parameters
Parameters
trace
any
MCMC trace object
variables?
string[] = null
Variable names to plot
options?
any = {}
Plot options
Returns
any
Plot specification with .show() method