Skip to content

Commit 68dc763

Browse files
committed
50008: Added notes and first lecture
1 parent 7f37eac commit 68dc763

24 files changed

+549
-0
lines changed
Binary file not shown.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
\documentclass{report}
3+
\title{50008 - Probability and Statistics}
4+
\author{Oliver Killane}
5+
\date{17/01/23}
6+
7+
\usepackage[a4paper, total={7in, 10in}]{geometry}
8+
\input{../common/common.tex}
9+
10+
% As this is a port from the old tex, some commands have been added (very
11+
% common and takes time to remove/amend)
12+
13+
% Used to highlight keywords, here we use italics
14+
\newcommand{\keyword}[1]{\textit{#1}}
15+
16+
% Creates an item in an itemize or enumerate, with a paragraph after
17+
% \begin{itemize}
18+
% \bullpara{title}{contents}
19+
% \end{itemize}
20+
\newcommand{\bullpara}[2]{\item \textbf{#1} \ #2}
21+
22+
% \centerimage{options}{image}
23+
\newcommand{\centerimage}[2]{\begin{center}
24+
\includegraphics[#1]{#2}
25+
\end{center}}
26+
27+
%For ease in writing stylized proofs with numbers
28+
\newcommand{\stepno}[1]{\textcolor{red}{\textbf{#1}}}
29+
30+
\newenvironment{proof}
31+
{\begin{center}\begin{tabular}{r l l }}
32+
{\end{tabular}\end{center}}
33+
34+
%\proofstep{step}{workings}{description}
35+
\newcommand{\proofstep}[3]{\stepno{(#1)} & #2 & #3 \\}
36+
37+
\begin{document}
38+
\include{titlepage/titlepage}
39+
40+
\tableofcontents
41+
\newpage
42+
43+
\addchapter{introduction}
44+
45+
\addchapter{elementary_probability_theory}
46+
47+
\addchapter{credit}
48+
49+
\end{document}
50+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# 50008 - Probability and Statistics
3+
## Module Description
4+
5+
## Lecturers
6+
7+
## Resources
8+

50008 - Probability and Statistics/credit/code/.gitkeep

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\chapter{credit}

50008 - Probability and Statistics/credit/diagrams/.gitkeep

Whitespace-only changes.

50008 - Probability and Statistics/credit/images/.gitkeep

Whitespace-only changes.

50008 - Probability and Statistics/elementary_probability_theory/code/.gitkeep

Whitespace-only changes.

50008 - Probability and Statistics/elementary_probability_theory/diagrams/.gitkeep

Whitespace-only changes.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<mxfile host="65bd71144e">
2+
<diagram id="LhrZNeXZUZBdw_skD0wq" name="Page-1">
3+
<mxGraphModel dx="506" dy="566" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
4+
<root>
5+
<mxCell id="0"/>
6+
<mxCell id="1" parent="0"/>
7+
<mxCell id="2" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeColor=#000000;" vertex="1" parent="1">
8+
<mxGeometry x="30" y="40" width="310" height="160" as="geometry"/>
9+
</mxCell>
10+
<mxCell id="11" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#6a00ff;fontColor=#ffffff;strokeColor=#000000;" vertex="1" parent="1">
11+
<mxGeometry x="150" y="40" width="40" height="160" as="geometry"/>
12+
</mxCell>
13+
<mxCell id="10" value="" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#000000;" vertex="1" parent="1">
14+
<mxGeometry x="30" y="90" width="310" height="40" as="geometry"/>
15+
</mxCell>
16+
<mxCell id="4" value="E" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=28;" vertex="1" parent="1">
17+
<mxGeometry x="140" y="10" width="60" height="30" as="geometry"/>
18+
</mxCell>
19+
<mxCell id="5" value="F" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=28;" vertex="1" parent="1">
20+
<mxGeometry y="95" width="30" height="30" as="geometry"/>
21+
</mxCell>
22+
<mxCell id="8" value="P(F|E)" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=21;" vertex="1" parent="1">
23+
<mxGeometry x="140" y="210" width="60" height="30" as="geometry"/>
24+
</mxCell>
25+
<mxCell id="9" value="P(E|F)" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontSize=21;" vertex="1" parent="1">
26+
<mxGeometry x="350" y="95" width="60" height="30" as="geometry"/>
27+
</mxCell>
28+
<mxCell id="12" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#a20025;fontColor=#ffffff;strokeColor=#000000;" vertex="1" parent="1">
29+
<mxGeometry x="150" y="90" width="40" height="40" as="geometry"/>
30+
</mxCell>
31+
</root>
32+
</mxGraphModel>
33+
</diagram>
34+
</mxfile>

0 commit comments

Comments
 (0)