-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathm20.html
More file actions
executable file
·126 lines (113 loc) · 5.45 KB
/
m20.html
File metadata and controls
executable file
·126 lines (113 loc) · 5.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dr EJ Infeld</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header> <a href="">
<h4 class="logo">DR EJ INFELD</h4>
</a>
<nav>
<ul>
<li><a href="https://evainfeld.net#science">SCIENCE/TECHNOLOGY</a></li>
<li><a href="https://evainfeld.net#activism">POLITICS/ACTIVISM</a></li>
<li> <a href="https://evainfeld.net#photography">PHOTOGRAPHY</a></li>
<li> <a href="https://evainfeld.net#personal">PERSONAL</a></li>
</ul>
</nav>
</header>
<!-- About Section -->
<section class="science" id="m314">
<p class="wide_column">
<font color="#693C8C" size="5px">PROBABILITY (DARTMOUTH COLLEGE, 2014)</font>
</p>
<p class="medium_column">LECTURE SLIDES</br></br>
WEEK 1 - Basic concepts:</br>
<a href="/m20/summaries/lecture1.pdf">discrete probability</a>,</br>
<a href="/m20/summaries/lecture2.pdf">introduction to probability distributions</a>,</br>
<a href="/m20/summaries/lecture3.pdf">infinity and introduction to continuous probabilities</a>,</br>
WEEK 2 - Combinatorics</br>
<a href="/m20/summaries/lecture4.pdf">cumulative distibutions, permutations</a>,</br>
<a href="/m20/summaries/lecture5.pdf">counting combinations</a>,</br>
<a href="/m20/summaries/lecture6.pdf">binomial distribution and inclusion-exclusion</a>,</br>
WEEK 3 - Conditional Probability</br>
<a href="/m20/summaries/lecture7.pdf">discrete conditional probability</a>,</br>
<a href="/m20/summaries/lecture8.pdf">continuous conditional probability</a> + <a href="/m20/summaries/solutions.pdf">worksheet with solutions</a></br>
<a href="/m20/summaries/lecture9.pdf">Poisson distribution (and others)</a>,</br>
WEEK 4 -
</br><a href="/m20/summaries/lecture10solutions.pdf">functions of random variables</a>,</br>
<a href="/m20/summaries/lecture11.pdf">normal density</a>,</br>
<a href="/m20/summaries/summary.pdf">review for the midterm</a> + <a href="/m20/summaries/mockmidterm.pdf">mock midterm</a> with <a href="/m20/summaries/mockmidtermsolutions.pdf">solutions</a>.</br>
WEEK 5 - Expected Value, Standard Deviation and Variance</br>
<a href="/m20/summaries/lecture12.pdf">expected value</a>.</br>
<a href="/m20/summaries/lecture13.pdf">variance, coupon collector's problem</a>,</br>
<a href="/m20/summaries/lecture14.pdf">sums of independent random variables</a>,</br>
WEEK 6 - Law of Large Numbers and Central Limit Theorem</br>
<a href="/m20/summaries/lecture15worksheet.pdf">Law of Large Numbers</a> + <a href="/m20/summaries/lecture15.pdf">solutions</a>.</br>
<a href="/m20/summaries/lecture17.pdf">Central Limit Theorem: first glance</a>,</br>
<a href="/m20/summaries/lecture18.pdf">Central Limit Theorem: applications</a>,</br>
WEEK 7 - Joint Distributions</br>
<a href="/m20/summaries/lecture16.pdf">puzzles</a>,</br>
<a href=""></a>,</br>
<a href="/m20/summaries/lecture19.pdf">joint distributions</a>.</br>
WEEK 8 - Markov Chains</br>
<a href="/m20/summaries/lecture20.pdf">random walks</a>,</br>
<a href="/m20/summaries/lecture21.pdf">Markov chains, stationary distribution</a>,</br>
<a href="/m20/summaries/lecture22.pdf">absorbin Markov chains, matrix methods</a>.</br>
WEEK 9 - Markov Chains - continued</br>
<a href="/m20/summaries/lecture23.pdf">hitting times, irreducible and reversible Markov chains</a>,</br>
<a href="/m20/summaries/lecture24.pdf">Markov chains practice</a>,</br>
<a href="/m20/summaries/lecture25.pdf">Markov Chain Monte Carlo</a>.</br>
</p>
<p class="text_column">ASSIGNMENTS </br></br>
<a href="/m20/assignments/hw1.pdf">Python primer + exercises</a></br>
<a href="/m20/assignments/hw2.pdf">week 1</a></br>
<a href="/m20/assignments/hw3.pdf">week 2</a></br>
<a href="/m20/assignments/hw4.pdf">week 3</a></br>
<a href="/m20/assignments/hw5.pdf">week 4</a></br>
<a href="/m20/assignments/hw6.pdf">week 5</a></br>
<a href="/m20/assignments/hw7.pdf">week 6</a></br>
<a href="/m20/assignments/hw8.pdf">week 7</a></br>
<a href="/m20/assignments/hw9.pdf">week 8 + 9</a></br>
<a href=""> </a></br>
</p>
</section>
</section>
<footer>
<article class="footer_column">
<h3></h3>
<p> </p>
</article>
<article class="footer_column">
<h3></h3>
<p></p>
</article>
</footer>
<!-- Footer Section -->
<section class="footer_banner" id="contact">
<h2 class="hidden">Footer Banner Section </h2>
<p class="hero_header"> </p>
<div class="button"> </div>
</section>
<!-- Copyrights Section -->
<div class="copyright"> <strong> </strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>