Skip to content

Commit bbe751a

Browse files
committed
MAINT: remove %matplotlib inline and remove contents directives
1 parent 4a286a7 commit bbe751a

12 files changed

Lines changed: 0 additions & 49 deletions

lectures/exchangeable.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ kernelspec:
2020

2121
# Exchangeability and Bayesian Updating
2222

23-
```{contents} Contents
24-
:depth: 2
25-
```
26-
2723
## Overview
2824

2925
This lecture studies learning

lectures/imp_sample.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ kernelspec:
1313

1414
# Computing Mean of a Likelihood Ratio Process
1515

16-
```{contents} Contents
17-
:depth: 2
18-
```
19-
2016
## Overview
2117

2218
In {doc}`this lecture <likelihood_ratio_process>` we described a peculiar property of a likelihood ratio process, namely, that it's mean equals one for all $t \geq 0$ despite it's converging to zero almost surely.

lectures/likelihood_ratio_process.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ kernelspec:
2020

2121
# Likelihood Ratio Processes
2222

23-
```{contents} Contents
24-
:depth: 2
25-
```
26-
27-
2823
## Overview
2924

3025
This lecture describes likelihood ratio processes and some of their uses.

lectures/lln_clt.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ kernelspec:
2626
```{index} single: Central Limit Theorem
2727
```
2828

29-
```{contents} Contents
30-
:depth: 2
31-
```
32-
3329
## Overview
3430

3531
This lecture illustrates two of the most important theorems of probability and statistics: The

lectures/mle.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ kernelspec:
1919

2020
# Maximum Likelihood Estimation
2121

22-
```{contents} Contents
23-
:depth: 2
24-
```
25-
2622
## Overview
2723

2824
In a {doc}`previous lecture <ols>`, we estimated the relationship between

lectures/multi_hyper.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ kernelspec:
2020

2121
# Multivariate Hypergeometric Distribution
2222

23-
```{contents} Contents
24-
:depth: 2
25-
```
26-
2723
## Overview
2824

2925
This lecture describes how an administrator deployed a **multivariate hypergeometric distribution** in order to access the fairness of a procedure for awarding research grants.

lectures/multivariate_normal.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ kernelspec:
2020

2121
# Multivariate Normal Distribution
2222

23-
```{contents} Contents
24-
:depth: 2
25-
```
26-
2723
## Overview
2824

2925
This lecture describes a workhorse in probability theory, statistics, and economics, namely,

lectures/navy_captain.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ kernelspec:
2020

2121
# Bayesian versus Frequentist Decision Rules
2222

23-
```{contents} Contents
24-
:depth: 2
25-
```
26-
2723
In addition to what's in Anaconda, this lecture will need the following libraries:
2824

2925
```{code-cell} ipython

lectures/ols.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ kernelspec:
1919

2020
# Linear Regression in Python
2121

22-
```{contents} Contents
23-
:depth: 2
24-
```
25-
2622
In addition to what's in Anaconda, this lecture will need the following libraries:
2723

2824
```{code-cell} ipython

lectures/prob_matrix.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,8 +1320,6 @@ x_mesh, y_mesh = np.meshgrid(x, y, indexing="ij")
13201320
Let's plot the **population** joint density.
13211321

13221322
```{code-cell} ipython3
1323-
# %matplotlib notebook
1324-
13251323
fig = plt.figure()
13261324
ax = plt.axes(projection='3d')
13271325
@@ -1330,8 +1328,6 @@ plt.show()
13301328
```
13311329

13321330
```{code-cell} ipython3
1333-
# %matplotlib notebook
1334-
13351331
fig = plt.figure()
13361332
ax = plt.axes(projection='3d')
13371333

0 commit comments

Comments
 (0)