Skip to content

Commit 3325db6

Browse files
committed
Fix emphasis vs definitions in odu and opt_transport
Changes per #721: - reservation wage (odu.md) - reservation wage functional equation (odu.md) - matrix (opt_transport.md) - vector (opt_transport.md) All terms changed from italic to bold as they are definitions per style guide.
1 parent 4971ec3 commit 3325db6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lectures/odu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ v(w)
111111
```
112112

113113
The optimal policy has the form $\mathbf{1}\{w \geq \bar w\}$, where
114-
$\bar w$ is a constant called the *reservation wage*.
114+
$\bar w$ is a constant called the **reservation wage**.
115115

116116
### Offer Distribution Unknown
117117

@@ -545,7 +545,7 @@ and using $\circ$ for composition of functions yields
545545

546546
Equation {eq}`odu_mvf4` can be understood as a functional equation, where $\bar w$ is the unknown function.
547547

548-
* Let's call it the *reservation wage functional equation* (RWFE).
548+
* Let's call it the **reservation wage functional equation** (RWFE).
549549
* The solution $\bar w$ to the RWFE is the object that we wish to compute.
550550

551551
## Solving the RWFE

lectures/opt_transport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ tackle the optimal transport problem.
136136
137137
### Vectorizing a Matrix of Decision Variables
138138
139-
A *matrix* of decision variables $x_{ij}$ appears in problem {eq}`plannerproblem`.
139+
A **matrix** of decision variables $x_{ij}$ appears in problem {eq}`plannerproblem`.
140140
141-
The SciPy function `linprog` expects to see a *vector* of decision variables.
141+
The SciPy function `linprog` expects to see a **vector** of decision variables.
142142
143143
This situation impels us to rewrite our problem in terms of a
144-
*vector* of decision variables.
144+
**vector** of decision variables.
145145
146146
Let
147147

0 commit comments

Comments
 (0)