Skip to content

Commit a137f5d

Browse files
Copilotmmckybishmaybarik
authored
Fix inconsistent quotation mark usage across lecture files (#641)
* Initial plan * Fix quotation mark inconsistencies in 5 lecture files Co-authored-by: mmcky <[email protected]> * update likelihood_ratio_process_2.md with correct file changes --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mmcky <[email protected]> Co-authored-by: Bishmay Barik <[email protected]>
1 parent df9484a commit a137f5d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lectures/ak2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ r_t & = \alpha K_t^\alpha L_t^{1-\alpha}
226226
\end{aligned}
227227
$$ (eq:firmfonc)
228228
229-
Output can be consumed either by old people or young people; or sold to young people who use it to augment the capital stock; or sold to the government for uses that do not generate utility for the people in the model (i.e., ``it is thrown into the ocean'').
229+
Output can be consumed either by old people or young people; or sold to young people who use it to augment the capital stock; or sold to the government for uses that do not generate utility for the people in the model (i.e., "it is thrown into the ocean").
230230
231231
232232
The firm thus sells output to old people, young people, and the government.

lectures/ar1_turningpts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $$
276276
277277
This is designed to express the event
278278
279-
- ``after one or two decrease(s), $Y$ will grow for two consecutive quarters''
279+
- "after one or two decrease(s), $Y$ will grow for two consecutive quarters"
280280
281281
Following {cite}`wecker1979predicting`, we can use simulations to calculate probabilities of $P_t$ and $N_t$ for each period $t$.
282282

lectures/exchangeable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ So there is something to learn from the past about the future.
262262
## Exchangeability
263263

264264
While the sequence $W_0, W_1, \ldots$ is not IID, it can be verified that it is
265-
**exchangeable**, which means that the joint distributions $h(W_0, W_1)$ and $h(W_1, W_0)$ of the ''re-ordered'' sequences
265+
**exchangeable**, which means that the joint distributions $h(W_0, W_1)$ and $h(W_1, W_0)$ of the "re-ordered" sequences
266266
satisfy
267267

268268
$$

lectures/likelihood_ratio_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ markov_results = analyze_markov_chains(P_f, P_g)
17251725
Likelihood processes play an important role in Bayesian learning, as described in {doc}`likelihood_bayes`
17261726
and as applied in {doc}`odu`.
17271727
1728-
Likelihood ratio processes are central to Lawrence Blume and David Easley's answer to their question ''If you're so smart, why aren't you rich?'' {cite}`blume2006if`, the subject of the lecture{doc}`likelihood_ratio_process_2`.
1728+
Likelihood ratio processes are central to Lawrence Blume and David Easley's answer to their question "If you're so smart, why aren't you rich?" {cite}`blume2006if`, the subject of the lecture{doc}`likelihood_ratio_process_2`.
17291729
17301730
Likelihood ratio processes also appear in {doc}`advanced:additive_functionals`, which contains another illustration of the **peculiar property** of likelihood ratio processes described above.
17311731

lectures/likelihood_ratio_process_2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kernelspec:
2929
## Overview
3030

3131
A likelihood ratio process lies behind Lawrence Blume and David Easley's answer to their question
32-
''If you're so smart, why aren't you rich?'' {cite}`blume2006if`.
32+
"If you're so smart, why aren't you rich?" {cite}`blume2006if`.
3333

3434
Blume and Easley constructed formal models to study how differences of opinions about probabilities governing risky income processes would influence outcomes and be reflected in prices of stocks, bonds, and insurance policies that individuals use to share and hedge risks.
3535

@@ -294,7 +294,7 @@ $$ (eq:welfareW)
294294
295295
where $\lambda \in [0,1]$ is a Pareto weight that tells how much the planner likes agent $1$ and $1 - \lambda$ is a Pareto weight that tells how much the social planner likes agent $2$.
296296
297-
Setting $\lambda = .5$ expresses ''egalitarian'' social preferences.
297+
Setting $\lambda = .5$ expresses "egalitarian" social preferences.
298298
299299
Notice how social welfare criterion {eq}`eq:welfareW` takes into account both agents' preferences as represented by formula {eq}`eq:objectiveagenti`.
300300
@@ -369,7 +369,7 @@ values of the likelihood ratio process $l_t(s^t)$:
369369

370370
$$l_\infty (s^\infty) = 0; \quad c_\infty^1 = 0$$
371371

372-
* In the above case, agent 2 is ''smarter'' than agent 1, and agent 1's share of the aggregate endowment converges to zero.
372+
* In the above case, agent 2 is "smarter" than agent 1, and agent 1's share of the aggregate endowment converges to zero.
373373

374374

375375

0 commit comments

Comments
 (0)