unit 1 report

This commit is contained in:
2024-10-03 23:47:33 -04:00
parent 549fa862a4
commit ead29fd637
6 changed files with 187 additions and 9 deletions

View File

@@ -1,4 +1,10 @@
Week,Date,Type,Duration (Hours),Description
1,08/30,Advising Meetings,1,"Stat Review Content acknowledgement, Latex overview for reports"
1,08/30,Advising Meetings,2,"Stat Review Content acknowledgement, Latex overview for reports"
2,09/02,Reporting,3,"First applications of Latex for final report, created Timesheet System."
2,09/02,Research,2,"Stat Review: Sample Space through Probability Density Functions"
2,09/02,Research,2,"Stat Review: Sample Space through Probability Density Functions"
2,09/06,Advising Meetings,1,"Research Review and exploration of PDF expected values and confidence intervals"
4,09/19,Research,2,"Producing Confidence Intervals"
4,09/20,Research,1,"Statistical Inference and t-testing"
4,09/20,Advising Meetings,1,"Stat Review finalization, definition of reporting standard"
5,09/23,Research,2,"Parametric and Non-parametric tests"
6,10/03,Reporting,4,"Structuring stat review report"
1 Week Date Type Duration (Hours) Description
2 1 08/30 Advising Meetings 1 2 Stat Review Content acknowledgement, Latex overview for reports
3 2 09/02 Reporting 3 First applications of Latex for final report, created Timesheet System.
4 2 09/02 Research 2 Stat Review: Sample Space through Probability Density Functions
5 2 09/06 Advising Meetings 1 Research Review and exploration of PDF expected values and confidence intervals
6 4 09/19 Research 2 Producing Confidence Intervals
7 4 09/20 Research 1 Statistical Inference and t-testing
8 4 09/20 Advising Meetings 1 Stat Review finalization, definition of reporting standard
9 5 09/23 Research 2 Parametric and Non-parametric tests
10 6 10/03 Reporting 4 Structuring stat review report

Binary file not shown.

View File

@@ -1,13 +1,15 @@
\documentclass{article}
\documentclass[12pt]{article}
\usepackage{blindtext}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\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}
@@ -28,18 +30,30 @@
\hline
Week & Date & Type & Duration (Hours) & Description \\
\hline
1 & 08/30 & Advising Meetings & 1 & Stat Review Content acknowledgement, Latex overview for reports \\
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 & 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
4 & 09/19 & Research & 2 & Producing Confidence Intervals \\
\hline
4 & 09/20 & Research & 1 & 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 & Parametric and Non-parametric tests \\
\hline
6 & 10/03 & Reporting & 4 & Structuring stat review report \\
\hline
\end{tabular}
\end{table}
\noindent Hours for Advising Meetings: 1\\
Hours for Reporting: 3\\
Hours for Research: 2\\
\textbf{Total Hours: 6}\\
\noindent Hours for Advising Meetings: 4\\
Hours for Reporting: 7\\
Hours for Research: 7\\
\textbf{Total Hours: 18}\\
% CLOSE Timesheet
\end{document}