Drafted bayes report

This commit is contained in:
2024-10-16 15:50:07 -04:00
parent 6473765329
commit f0eb89cd4f
6 changed files with 215 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ def csv2Table(inFile):
rows = list(reader)
out = "\\begin{table}[h!]\n\\centering\n"
out += "\\begin{tabular}[t]{|" + " c | c | c | c | p{6cm} |}\n"
out += "\\begin{tabular}[t]{|" + " c | p{1.3cm} | c | c | p{6cm} |}\n"
out += "\\hline\n"
for row in rows:

View File

@@ -1,10 +1,25 @@
Week,Date,Type,Duration (Hours),Description
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.5,"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"
3,09/14,Research,3,"Reading: Fooled by Randomness by Nassim N. Taleb"
4,09/19,Research,2,"Producing Confidence Intervals"
4,09/20,Research,1,"Statistical Inference and t-testing"
4,09/20,Research,1.5,"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"
5,09/23,Research,2.5,"Parametric and Non-parametric tests"
5,09/26,Research,3,"Kinsman's suggested reading: Prob and Stat by Charles Linn"
6,09/25 - 09/30,Research,5,"Reading: Fooled by Randomness by Nassim N. Taleb"
6,10/03,Reporting,4,"Structuring stat review writeup"
6,10/04,Reporting,2,"Confidence Statistics writeup"
6,10/04,Research,2.5,"Ludic Fallacy Reading: Skin in the Game by Nassim N. Taleb"
6,10/04,Advising Meetings,1,"Report review and discussion on replacing deliverables"
6,10/05,Application,1.5,"Hexagonal basis vectors"
7,10/08,Research,2,"The Black Swan by Nassim Taleb"
7,10/10,Reporting,2,"Epistemology Writeup"
7,10/10,Research,1.5,"The Lindy Effect: The Lindy Way of Living - NYT"
7,10/11,Reporting,3,"Moral Hazards, Outsized Impact, Lindy Effect in writeup"
7,10/11,Advising Meetings,1,"Epistemology and Overview discussion, hex mapping"
8,10/15,Research,3,"Bayes Belief Networks"
8,10/16,Application,2.5,"Bayes visualizations and practice worksheets"
8,10/16,Reporting,2,"Early Bayesian Statistics Report"
1 Week Date Type Duration (Hours) Description
2 1 08/30 Advising Meetings 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 2.5 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 3 09/14 Research 3 Reading: Fooled by Randomness by Nassim N. Taleb
7 4 09/19 Research 2 Producing Confidence Intervals
8 4 09/20 Research 1 1.5 Statistical Inference and t-testing
9 4 09/20 Advising Meetings 1 Stat Review finalization, definition of reporting standard
10 5 09/23 Research 2 2.5 Parametric and Non-parametric tests
11 6 5 10/03 09/26 Reporting Research 4 3 Structuring stat review report Kinsman's suggested reading: Prob and Stat by Charles Linn
12 6 09/25 - 09/30 Research 5 Reading: Fooled by Randomness by Nassim N. Taleb
13 6 10/03 Reporting 4 Structuring stat review writeup
14 6 10/04 Reporting 2 Confidence Statistics writeup
15 6 10/04 Research 2.5 Ludic Fallacy Reading: Skin in the Game by Nassim N. Taleb
16 6 10/04 Advising Meetings 1 Report review and discussion on replacing deliverables
17 6 10/05 Application 1.5 Hexagonal basis vectors
18 7 10/08 Research 2 The Black Swan by Nassim Taleb
19 7 10/10 Reporting 2 Epistemology Writeup
20 7 10/10 Research 1.5 The Lindy Effect: The Lindy Way of Living - NYT
21 7 10/11 Reporting 3 Moral Hazards, Outsized Impact, Lindy Effect in writeup
22 7 10/11 Advising Meetings 1 Epistemology and Overview discussion, hex mapping
23 8 10/15 Research 3 Bayes Belief Networks
24 8 10/16 Application 2.5 Bayes visualizations and practice worksheets
25 8 10/16 Reporting 2 Early Bayesian Statistics Report

Binary file not shown.

View File

@@ -28,7 +28,7 @@
% OPEN Timesheet
\begin{table}[h!]
\centering
\begin{tabular}[t]{| c | c | c | c | p{6cm} |}
\begin{tabular}[t]{| c | p{1.3cm} | c | c | p{6cm} |}
\hline
Week & Date & Type & Duration (Hours) & Description \\
\hline
@@ -36,26 +36,57 @@ Week & Date & Type & Duration (Hours) & Description \\
\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 \\
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 & Statistical Inference and t-testing \\
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 & Parametric and Non-parametric tests \\
5 & 09/23 & Research & 2.5 & Parametric and Non-parametric tests \\
\hline
6 & 10/03 & Reporting & 4 & Structuring stat review report \\
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: 4\\
Hours for Reporting: 7\\
Hours for Research: 7\\
\textbf{Total Hours: 18}\\
\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}