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
2 changes: 1 addition & 1 deletion lectures/ar1_processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ In this equation, we can use observed data to evaluate the left hand side of {eq

And we can use a theoretical AR(1) model to calculate the right hand side.

If $\frac{1}{m} \sum_{t = 1}^m X_t$ is not close to $\psi^(x)$, even for many
If $\frac{1}{m} \sum_{t = 1}^m X_t$ is not close to $\psi^*(x)$, even for many
Copy link
Contributor

Choose a reason for hiding this comment

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

@jstac what is the meaning of this leading *?

Copy link
Contributor

Choose a reason for hiding this comment

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

ar1_processes.md: Fixed missing asterisk in math notation ($\psi^*(x)$)

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah! yes it is ψ*(x)

observations, then our theory seems to be incorrect and we will need to revise
it.

Expand Down
4 changes: 2 additions & 2 deletions lectures/business_cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ plt.show()

GDP growth is positive on average and trending slightly downward over time.

We also see fluctuations over GDP growth over time, some of which are quite large.
We also see fluctuations in GDP growth over time, some of which are quite large.

Let's look at a few more countries to get a basis for comparison.

Expand Down Expand Up @@ -608,7 +608,7 @@ perspectives: consumption, production, and credit level.

### Consumption

Consumption depends on consumers' confidence towards their
Consumption depends on consumers' confidence in their
income and the overall performance of the economy in the future.

One widely cited indicator for consumer confidence is the [consumer sentiment index](https://fred.stlouisfed.org/series/UMCSENT) published by the University
Expand Down
4 changes: 2 additions & 2 deletions lectures/cagan_adaptive.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ We invite you to explain to yourself the source of this overshooting and why it

### Experiment 2

Now we'll do a different experiment, namely, a gradual stabilization in which the rate of growth of the money supply smoothly
decline from a high value to a persistently low value.
Now we'll do a different experiment, namely, a gradual stabilization in which the rate of growth of the money supply smoothly
declines from a high value to a persistently low value.

While price level inflation eventually falls, it falls more slowly than the driving force that ultimately causes it to fall, namely, the falling rate of growth of the money supply.

Expand Down
4 changes: 2 additions & 2 deletions lectures/long_run_growth.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ These graphs will portray how the "Industrial Revolution" began in Britain in th

In a nutshell, this lecture records growth trajectories of various countries over long time periods.

While some countries have experienced long-term rapid growth across that has lasted a hundred years, others have not.
While some countries have experienced long-term rapid growth that has lasted a hundred years, others have not.

Since populations differ across countries and vary within a country over time, it will
be interesting to describe both total GDP and GDP per capita as it evolves within a country.
Expand Down Expand Up @@ -181,7 +181,7 @@ gdp_pc[country].plot(
[International dollars](https://en.wikipedia.org/wiki/international_dollar) are a hypothetical unit of currency that has the same purchasing power parity that the U.S. Dollar has in the United States at a given point in time. They are also known as Geary–Khamis dollars (GK Dollars).
:::

We can see that the data is non-continuous for longer periods in the early 250 years of this millennium, so we could choose to interpolate to get a continuous line plot.
We can see that the data is incomplete for longer periods in the early 250 years of this millennium, so we could choose to interpolate to get a continuous line plot.

Here we use dashed lines to indicate interpolated trends

Expand Down
2 changes: 1 addition & 1 deletion lectures/lp_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Linear programs come in pairs:

If a primal problem involves *maximization*, the dual problem involves *minimization*.

If a primal problem involves *minimization**, the dual problem involves **maximization*.
If a primal problem involves *minimization*, the dual problem involves *maximization*.

We provide a standard form of a linear program and methods to transform other forms of linear programming problems into a standard form.

Expand Down
2 changes: 1 addition & 1 deletion lectures/supply_demand_heterogeneity.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import numpy as np
from scipy.linalg import inv
```

## An simple example
## A simple example

Let's study a simple example of **pure exchange** economy without production.

Expand Down
4 changes: 2 additions & 2 deletions lectures/tax_smooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kernelspec:
This is a sister lecture to our lecture on {doc}`consumption-smoothing <cons_smooth>`.


By renaming variables, we obtain a version of a model "tax-smoothing model" that Robert Barro {cite}`Barro1979` used to explain why governments sometimes choose not to balance their budgets every period but instead use issue debt to smooth tax rates over time.
By renaming variables, we obtain a version of a model "tax-smoothing model" that Robert Barro {cite}`Barro1979` used to explain why governments sometimes choose not to balance their budgets every period but instead issue debt to smooth tax rates over time.

The government chooses a tax collection path that minimizes the present value of its costs of raising revenue.

Expand Down Expand Up @@ -49,7 +49,7 @@ from collections import namedtuple

A government exists at times $t=0, 1, \ldots, S$ and faces an exogenous stream of expenditures $\{G_t\}_{t=0}^S$.

It chooses chooses a stream of tax collections $\{T_t\}_{t=0}^S$.
It chooses a stream of tax collections $\{T_t\}_{t=0}^S$.

The model takes a government expenditure stream as an "exogenous" input that is somehow determined outside the model.

Expand Down
2 changes: 1 addition & 1 deletion lectures/unpleasant.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ by printing money at times $t \geq T$.

These outcomes are the essential finding of Sargent and Wallace's "unpleasant monetarist arithmetic" {cite}`sargent1981`.

That lecture described supplies and demands for money that appear in lecture.
That lecture described supplies and demands for money that appear in that lecture.

It also characterized the steady state equilibrium from which we work backwards in this lecture.

Expand Down
Loading