mirror of
https://github.com/asimonson1125/Implementations-of-Probability-Theory.git
synced 2026-02-24 21:59:50 -06:00
unit 1 report
This commit is contained in:
@@ -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"
|
||||
|
Binary file not shown.
@@ -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}
|
||||
Reference in New Issue
Block a user