Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions lectures/aiyagari.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ tags: [hide-output]

In this lecture, we describe the structure of a class of models that build on work by Truman Bewley {cite}`Bewley1977`.

```{only} html
We begin by discussing an example of a Bewley model due to <a href=_static/lecture_specific/aiyagari/aiyagari_obit.pdf download>Rao Aiyagari</a>.
```

```{only} latex
We begin by discussing an example of a Bewley model due to [Rao Aiyagari](https://lectures.quantecon.org/_downloads/aiyagari_obit.pdf).
```

The model features

Expand Down
10 changes: 1 addition & 9 deletions lectures/linear_algebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,15 +837,7 @@ $x$ that makes the distance $\| y - Ax\|$ as small as possible.
To solve this problem, one can use either calculus or the theory of orthogonal
projections.

```{only} html
The solution is known to be $\hat x = (A'A)^{-1}A'y$ --- see for example
chapter 3 of <a href=_static/lecture_specific/linear_algebra/course_notes.pdf download>these notes</a>.
```

```{only} latex
The solution is known to be $\hat x = (A'A)^{-1}A'y$ --- see for example
chapter 3 of [these notes](https://lectures.quantecon.org/_downloads/course_notes.pdf).
```
The solution is known to be $\hat x = (A'A)^{-1}A'y$ --- see for example chapter 3 of [these notes](https://lectures.quantecon.org/_downloads/course_notes.pdf).

### More Columns than Rows

Expand Down
6 changes: 0 additions & 6 deletions lectures/linear_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,13 +1041,7 @@ $$

regardless of the initial conditions $\mu_0$ and $\Sigma_0$.

```{only} html
This is the *globally stable case* --- see <a href=_static/lecture_specific/linear_models/iteration_notes.pdf download>these notes</a> for more a theoretical treatment.
```

```{only} latex
This is the *globally stable case* --- see [these notes](https://lectures.quantecon.org/_downloads/iteration_notes.pdf) for more a theoretical treatment.
```

However, global stability is more than we need for stationary solutions, and often more than we want.

Expand Down
7 changes: 0 additions & 7 deletions lectures/mle.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,8 @@ Let's have a look at the distribution of the data we'll be working with in this

Treisman's main source of data is *Forbes'* annual rankings of billionaires and their estimated net worth.

```{only} html
The dataset `mle/fp.dta` can be downloaded <a href=/_static/lecture_specific/mle/fp.dta download>here</a>
or from its [AER page](https://www.aeaweb.org/articles?id=10.1257/aer.p20161068).
```

```{only} latex
The dataset `mle/fp.dta` can be downloaded from [here](https://lectures.quantecon.org/_downloads/mle/fp.dta)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shlff can you check this PR to see if this resources is copied to _downloads folder?

or its [AER page](https://www.aeaweb.org/articles?id=10.1257/aer.p20161068).
```

```{code-cell} python3
pd.options.display.max_columns = 10
Expand Down