mirror of
https://github.com/asimonson1125/Implementations-of-Probability-Theory.git
synced 2026-02-24 21:59:50 -06:00
92 lines
2.8 KiB
TeX
92 lines
2.8 KiB
TeX
\documentclass[12pt]{article}
|
|
\usepackage{blindtext}
|
|
\usepackage[a4paper, total={6in, 10in}]{geometry}
|
|
\nofiles
|
|
\hyphenpenalty 1000
|
|
|
|
\begin{document}
|
|
|
|
\begin{titlepage}
|
|
\begin{center}
|
|
|
|
\vspace*{5cm}
|
|
\Large{\textbf{Implementations of Probability Theory}}\\
|
|
|
|
\rule{14cm}{0.05cm}\\ \vspace{.5cm}
|
|
|
|
\Large{Independent Study Timesheet}\\
|
|
\large{Andrew Simonson}
|
|
|
|
\vspace*{\fill}
|
|
\large{Compiled on: \today}\\
|
|
|
|
\end{center}
|
|
\end{titlepage}
|
|
|
|
\newpage
|
|
|
|
% OPEN Timesheet
|
|
\begin{table}[h!]
|
|
\centering
|
|
\begin{tabular}[t]{| c | p{1.3cm} | c | c | p{6cm} |}
|
|
\hline
|
|
Week & Date & Type & Duration (Hours) & Description \\
|
|
\hline
|
|
1 & 08/30 & Advising Meetings & 2 & Stat Review Content acknowledgement, Latex overview for reports \\
|
|
\hline
|
|
2 & 09/02 & Reporting & 3 & First applications of Latex for final report, created Timesheet System. \\
|
|
\hline
|
|
2 & 09/02 & Research & 2.5 & Stat Review: Sample Space through Probability Density Functions \\
|
|
\hline
|
|
2 & 09/06 & Advising Meetings & 1 & Research Review and exploration of PDF expected values and confidence intervals \\
|
|
\hline
|
|
3 & 09/14 & Research & 3 & Reading: Fooled by Randomness by Nassim N. Taleb \\
|
|
\hline
|
|
4 & 09/19 & Research & 2 & Producing Confidence Intervals \\
|
|
\hline
|
|
4 & 09/20 & Research & 1.5 & Statistical Inference and t-testing \\
|
|
\hline
|
|
4 & 09/20 & Advising Meetings & 1 & Stat Review finalization, definition of reporting standard \\
|
|
\hline
|
|
5 & 09/23 & Research & 2.5 & Parametric and Non-parametric tests \\
|
|
\hline
|
|
5 & 09/26 & Research & 3 & Kinsman's suggested reading: Prob and Stat by Charles Linn \\
|
|
\hline
|
|
6 & 09/25 - 09/30 & Research & 5 & Reading: Fooled by Randomness by Nassim N. Taleb \\
|
|
\hline
|
|
6 & 10/03 & Reporting & 4 & Structuring stat review writeup \\
|
|
\hline
|
|
6 & 10/04 & Reporting & 2 & Confidence Statistics writeup \\
|
|
\hline
|
|
6 & 10/04 & Research & 2.5 & Ludic Fallacy Reading: Skin in the Game by Nassim N. Taleb \\
|
|
\hline
|
|
6 & 10/04 & Advising Meetings & 1 & Report review and discussion on replacing deliverables \\
|
|
\hline
|
|
6 & 10/05 & Application & 1.5 & Hexagonal basis vectors \\
|
|
\hline
|
|
7 & 10/08 & Research & 2 & The Black Swan by Nassim Taleb \\
|
|
\hline
|
|
7 & 10/10 & Reporting & 2 & Epistemology Writeup \\
|
|
\hline
|
|
7 & 10/10 & Research & 1.5 & The Lindy Effect: The Lindy Way of Living - NYT \\
|
|
\hline
|
|
7 & 10/11 & Reporting & 3 & Moral Hazards, Outsized Impact, Lindy Effect in writeup \\
|
|
\hline
|
|
7 & 10/11 & Advising Meetings & 1 & Epistemology and Overview discussion, hex mapping \\
|
|
\hline
|
|
8 & 10/15 & Research & 3 & Bayes Belief Networks \\
|
|
\hline
|
|
8 & 10/16 & Application & 2.5 & Bayes visualizations and practice worksheets \\
|
|
\hline
|
|
8 & 10/16 & Reporting & 2 & Early Bayesian Statistics Report \\
|
|
\hline
|
|
\end{tabular}
|
|
\end{table}
|
|
\noindent Hours for Advising Meetings: 6.0\\
|
|
Hours for Application: 4.0\\
|
|
Hours for Reporting: 16.0\\
|
|
Hours for Research: 28.5\\
|
|
\textbf{Total Hours: 54.5}\\
|
|
% CLOSE Timesheet
|
|
|
|
\end{document} |