Update writing of week9
This commit is contained in:
parent
fa2d73b624
commit
787989ca2d
@ -22,6 +22,7 @@
|
|||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
\section{Introduction} \label{sec:introduction}
|
\section{Introduction} \label{sec:introduction}
|
||||||
|
TODO: Just quickly explain the outline of this report
|
||||||
|
|
||||||
\section{Method} \label{sec:method}
|
\section{Method} \label{sec:method}
|
||||||
Provided with a set of 132 unique records of the top 200 male tennis players,
|
Provided with a set of 132 unique records of the top 200 male tennis players,
|
||||||
@ -35,20 +36,28 @@
|
|||||||
use of Microsoft Excel tools and functions of the Python library SciPy.
|
use of Microsoft Excel tools and functions of the Python library SciPy.
|
||||||
|
|
||||||
\section{Results} \label{sec:results}
|
\section{Results} \label{sec:results}
|
||||||
We performed seperate statistical analyses on 10 different samples of the
|
We performed separate statistical analyses on 10 different samples of the
|
||||||
population, as well as the population itself. This included 5 separate subsets
|
population, as well as the population itself. This included 11 separate
|
||||||
of the rankings (top 20 and 50, middle 20, bottom 20 and 50) and 5 seperate
|
subsets of the rankings:
|
||||||
randomly chosen samples of 20 players.
|
\begin{itemize}
|
||||||
\\ \\
|
\item The top 20 entries
|
||||||
\Cref{tab:excel-results} shows the the results for the conducted tests.
|
\item The middle 20 entries
|
||||||
|
\item The bottom 20 entries
|
||||||
|
\item The top 50 entries
|
||||||
|
\item The bottom 50 entries
|
||||||
|
\item 5 randomly chosen sets of 20 entries
|
||||||
|
\end{itemize}
|
||||||
|
\vspace{1em}
|
||||||
|
Table \ref{tab:excel_results} shows the the results for the conducted tests.
|
||||||
|
|
||||||
\begin{table}[ht]
|
\begin{table}[ht]
|
||||||
\centering
|
\centering
|
||||||
|
\label{tab:excel_results}
|
||||||
\begin{tabular}{|l|r|r|}
|
\begin{tabular}{|l|r|r|}
|
||||||
\hline
|
\hline
|
||||||
\textbf{Test Set} & \textbf{Pearson's Coefficient} & \textbf{Spearman's Coefficient} \\
|
\textbf{Test Set} & \textbf{Pearson's Coefficient} & \textbf{Spearman's Coefficient} \\
|
||||||
\hline
|
\hline
|
||||||
\textbf{Population} & 0.77953 & 0.73925 \\
|
\textbf{Full Population} & 0.77953 & 0.73925 \\
|
||||||
\textbf{Top 20} & 0.80743 & 0.80345 \\
|
\textbf{Top 20} & 0.80743 & 0.80345 \\
|
||||||
\textbf{Middle 20} & 0.54134 & 0.36565 \\
|
\textbf{Middle 20} & 0.54134 & 0.36565 \\
|
||||||
\textbf{Bottom 20} & 0.84046 & 0.88172 \\
|
\textbf{Bottom 20} & 0.84046 & 0.88172 \\
|
||||||
@ -61,9 +70,9 @@
|
|||||||
\textbf{Random Set \#5} & 0.86203 & 0.77832
|
\textbf{Random Set \#5} & 0.86203 & 0.77832
|
||||||
\\ \hline
|
\\ \hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{TODO: Insert better caption for this table. All data is rounded to 5 decimal
|
\caption{Table showing the correlation coefficients between height and
|
||||||
|
weight using different test sets. All data is rounded to 5 decimal
|
||||||
places}
|
places}
|
||||||
\label{tab:excel-results}
|
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\section{Discussion} \label{sec:discussion}
|
\section{Discussion} \label{sec:discussion}
|
||||||
|
Reference in New Issue
Block a user