posteriorPlot
posteriorPlot(
trace,variables?,options?):any
Defined in: mc/src/utils/visualize.js:106
Generate posterior distribution plot specification Shows histograms and KDE of posterior samples
Parameters
trace
any
MCMC trace object
variables?
string[] = null
Variable names to plot
options?
any = {}
Plot options
Returns
any
Plot specification with .show() method