Skip to content

Commit

Permalink
MAINT: remove %matplotlib inline and remove contents directives (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Jun 13, 2024
1 parent 4a286a7 commit 8f8cfc8
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 49 deletions.
4 changes: 0 additions & 4 deletions lectures/exchangeable.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Exchangeability and Bayesian Updating

```{contents} Contents
:depth: 2
```

## Overview

This lecture studies learning
Expand Down
4 changes: 0 additions & 4 deletions lectures/imp_sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ kernelspec:

# Computing Mean of a Likelihood Ratio Process

```{contents} Contents
:depth: 2
```

## Overview

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.
Expand Down
5 changes: 0 additions & 5 deletions lectures/likelihood_ratio_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ kernelspec:

# Likelihood Ratio Processes

```{contents} Contents
:depth: 2
```


## Overview

This lecture describes likelihood ratio processes and some of their uses.
Expand Down
4 changes: 0 additions & 4 deletions lectures/lln_clt.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ kernelspec:
```{index} single: Central Limit Theorem
```

```{contents} Contents
:depth: 2
```

## Overview

This lecture illustrates two of the most important theorems of probability and statistics: The
Expand Down
4 changes: 0 additions & 4 deletions lectures/mle.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ kernelspec:

# Maximum Likelihood Estimation

```{contents} Contents
:depth: 2
```

## Overview

In a {doc}`previous lecture <ols>`, we estimated the relationship between
Expand Down
4 changes: 0 additions & 4 deletions lectures/multi_hyper.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Multivariate Hypergeometric Distribution

```{contents} Contents
:depth: 2
```

## Overview

This lecture describes how an administrator deployed a **multivariate hypergeometric distribution** in order to access the fairness of a procedure for awarding research grants.
Expand Down
4 changes: 0 additions & 4 deletions lectures/multivariate_normal.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Multivariate Normal Distribution

```{contents} Contents
:depth: 2
```

## Overview

This lecture describes a workhorse in probability theory, statistics, and economics, namely,
Expand Down
4 changes: 0 additions & 4 deletions lectures/navy_captain.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Bayesian versus Frequentist Decision Rules

```{contents} Contents
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython
Expand Down
4 changes: 0 additions & 4 deletions lectures/ols.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ kernelspec:

# Linear Regression in Python

```{contents} Contents
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython
Expand Down
4 changes: 0 additions & 4 deletions lectures/prob_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -1320,8 +1320,6 @@ x_mesh, y_mesh = np.meshgrid(x, y, indexing="ij")
Let's plot the **population** joint density.

```{code-cell} ipython3
# %matplotlib notebook
fig = plt.figure()
ax = plt.axes(projection='3d')
Expand All @@ -1330,8 +1328,6 @@ plt.show()
```

```{code-cell} ipython3
# %matplotlib notebook
fig = plt.figure()
ax = plt.axes(projection='3d')
Expand Down
4 changes: 0 additions & 4 deletions lectures/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Troubleshooting

```{contents} Contents
:depth: 2
```

This page is for readers experiencing errors when running the code from the lectures.

## Fixing Your Local Environment
Expand Down
4 changes: 0 additions & 4 deletions lectures/wald_friedman.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ kernelspec:
```{index} single: Models; Sequential analysis
```

```{contents} Contents
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
Expand Down

0 comments on commit 8f8cfc8

Please sign in to comment.