Skip to content

Commit afbefb5

Browse files
committed
Changed slide order and added new slide
Decided to move the Measurements and Units slide up and added a section looking at the Recording Method (repeated short sample periods or single long sample period).
1 parent 6d76005 commit afbefb5

3 files changed

Lines changed: 65 additions & 21 deletions

File tree

@Presentation/LaTeX/Sections - Presentation/01 Data.ltx

Lines changed: 59 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,65 @@
11
\section{Problem}
2-
\subsection{Data}
2+
33
\graphicspath{{Media/}}
44

5+
\subsection{Measurements and Units}
6+
\begin{frame}
7+
\frametitle{Problem:}
8+
\framesubtitle{FPS vs milliseconds}
9+
10+
How you measure the data and the units the statistics are in also matter
11+
12+
\begin{center}
13+
\image[width = \textwidth, height = 0.5\textheight]{Rate Graph}
14+
\end{center}
15+
16+
\pause
17+
18+
\begin{itemize}
19+
\item FPS is a \textbf{non-linear} measurement but \textbf{clear}
20+
\item milliseconds is \textbf{linear} but \textbf{not as clear}
21+
\end{itemize}
22+
23+
\end{frame}
24+
25+
26+
\setlength{\columnseprule}{0.5pt}
27+
\subsection{Recording Method}
28+
\begin{frame}
29+
\frametitle{Problem:}
30+
\framesubtitle{Recording Method}
31+
\vspace{-3ex}
32+
\begin{multicols*}{2}
33+
\small{\textbf{Short Period, Multiple Runs}}
34+
\only<2-> {
35+
\begin{itemize}
36+
\item[$+$] Confidence from repetition
37+
\item[$+$] Focused, reproducible sample
38+
\item[$-$] Sensitivity to outliers
39+
\end{itemize}
40+
}
41+
\only<3> {
42+
Good for Hardware Testing
43+
}
44+
45+
\columnbreak
46+
\small{\textbf{Long Period, Single Run}}
47+
\only<2-> {
48+
\begin{itemize}
49+
\item[$+$] Confidence from sample size
50+
\item[$+$] Increased representation
51+
\item[$-$] Less reproducible
52+
\item[$+$] Less sensitive to outliers
53+
\end{itemize}
54+
}
55+
\only<3> {
56+
Good for Software Testing
57+
}
58+
\end{multicols*}
59+
\end{frame}
60+
61+
62+
\subsection{Data}
563
\begin{frame}
664
\frametitle{Problem:}
765
\framesubtitle{Summarizing Data in Representative Way}
@@ -48,23 +106,3 @@ Line & Application & \ldots & TimeInSeconds & MsBetweenPresents & MsBetweenDispl
48106
\end{itemize}
49107

50108
\end{frame}
51-
52-
\subsection{Measurements and Units}
53-
\begin{frame}
54-
\frametitle{Problem:}
55-
\framesubtitle{FPS vs milliseconds}
56-
57-
How you measure the data and the units the statistics are in also matter
58-
59-
\begin{center}
60-
\image[width = \textwidth, height = 0.5\textheight]{Rate Graph}
61-
\end{center}
62-
63-
\pause
64-
65-
\begin{itemize}
66-
\item FPS is a \textbf{non-linear} measurement but \textbf{clear}
67-
\item milliseconds is \textbf{linear} but \textbf{not as clear}
68-
\end{itemize}
69-
70-
\end{frame}

@Presentation/LaTeX/Serious Statistics- Reprocessed - Presentation - Handout.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
%!TeX program = xelatex
2+
13
%\documentclass[aspectratio=169]{beamer}
24
\documentclass[aspectratio=43, 10.5pt, t, handout]{beamer}
35

@Presentation/LaTeX/Serious Statistics- Reprocessed - Presentation.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
%!TeX program = xelatex
2+
13
%\documentclass[aspectratio=169]{beamer}
24
\documentclass[aspectratio=43, 10.5pt, t]{beamer}
35

@@ -55,6 +57,8 @@
5557
\renewcommand*{\bibfont}{\small}
5658
\setbeamertemplate{bibliography item}{\insertbiblabel}
5759

60+
\usepackage{multicol}
61+
5862
\begin{document}
5963
\graphicspath{{Media/}}
6064

0 commit comments

Comments
 (0)