Skip to content

Commit fe7b893

Browse files
committed
add a subsection and few figures
1 parent ed73f1f commit fe7b893

File tree

9 files changed

+46
-1
lines changed

9 files changed

+46
-1
lines changed

examples/2_int.txt

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

examples/New_Tracer.pdf

515 KB
Binary file not shown.

figures/comp-95HPD.pdf

1.79 KB
Binary file not shown.

figures/estimates.pdf

2.63 KB
Binary file not shown.

figures/gopher-log.pdf

423 KB
Binary file not shown.

figures/gopher-log.png

165 KB
Loading
292 KB
Binary file not shown.

figures/trace.pdf

25.1 KB
Binary file not shown.

manuscript/tracer16.tex

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,45 @@ \section*{Design and Implementation}
7676
\item AICM
7777
\end{itemize}
7878

79-
\subsubsection*{Graphical user-interface:} Blah blah
79+
\subsubsection*{Graphical user-interface:}
80+
81+
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.
91+
92+
%TODO better figures
93+
94+
\begin{figure}[H]
95+
\includegraphics[width=.5\textwidth]{../figures/gopher-log.png}
96+
\caption{The }
97+
\label{fig:front:page}
98+
\end{figure}
99+
100+
\begin{figure}[H]
101+
\includegraphics[width=.5\textwidth]{../figures/estimates.pdf}
102+
\caption{The estimates}
103+
\label{fig:estimates}
104+
\end{figure}
105+
106+
\begin{figure}[H]
107+
\includegraphics[width=.5\textwidth]{../figures/comp-95HPD.pdf}
108+
\caption{The comparison of 95\% HPD intervals from multi-trace}
109+
\label{fig:comp95HPD}
110+
\end{figure}
111+
112+
\begin{figure}[H]
113+
\includegraphics[width=.5\textwidth]{../figures/trace.pdf}
114+
\caption{The trace}
115+
\label{fig:trace}
116+
\end{figure}
117+
80118

81119

82120
\subsubsection*{Diagnostics:} Blah blah
@@ -85,6 +123,12 @@ \subsubsection*{Demographic reconstruction:}
85123

86124
\subsubsection*{Model selection:}
87125

126+
127+
\subsubsection*{Conditional posterior distribution:}
128+
129+
130+
131+
88132
\section*{Example}
89133

90134
Even users of \textsc{MrBayes} and \textsc{RevBayes} find Tracer handy.

0 commit comments

Comments
 (0)