You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracer can analyse either a single MCMC log or combine the shared traces from multiple logs. Traces panel provides the list of the statistical summary from the sampling parameters' values at all states logged during a MCMC process.
82
+
83
+
There are 4 analysis tabs to choose from a selected parameter:
84
+
85
+
%TODO
86
+
Estimates - this shows the mean, stdev, confidence intervals and other statistics about the selected parameter. A frequency distribution will also be plotted.
87
+
Density - this shows the Bayesian posterior density plot for the selected parameter.
88
+
Joint-Marginal - this only appears if exactly 2 parameters are chosen (hold down shift to select multiple parameters). It then plots one against the other to look at their joint-marginal distribution.
89
+
Trace - this shows the trace of the parameter against state or generation number. Use this to check mixing, choose a suitable burn-in and look for trends that might suggest problems with convergence.
90
+
Multiple parameters can be selected by holding down the shift key. This will overlay the plots for the different parameters allowing comparisons to be made. You can also select multiple trace files as well to compare different runs. If multiple trace files have the same trace names then a "Combined" trace will automatically appear. This can be selected as well as the individual trace files.
0 commit comments