Skip to content

Commit 72a2178

Browse files
committed
remove redundent imports
1 parent d93f9ab commit 72a2178

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lectures/likelihood_ratio_process_2.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ kernelspec:
2626
:depth: 2
2727
```
2828

29-
(overview)=
3029
## Overview
3130

3231
A likelihood ratio process lies behind Lawrence Blume and David Easley's answer to their question
@@ -56,8 +55,6 @@ You can learn about how the two welfare theorems are applied in modern macroecon
5655
```
5756

5857

59-
60-
6158
Let's start by importing some Python tools.
6259

6360
```{code-cell} ipython3
@@ -66,10 +63,6 @@ import numpy as np
6663
from numba import vectorize, jit, prange
6764
from math import gamma
6865
from scipy.integrate import quad
69-
from scipy.optimize import brentq, minimize_scalar
70-
import pandas as pd
71-
from IPython.display import display, Math
72-
import quantecon as qe
7366
```
7467

7568
## Review: Likelihood Ratio Processes

0 commit comments

Comments
 (0)