Skip to content

Commit 290c529

Browse files
Tom's March 30 edits of two intermediate lectures
1 parent ceaf858 commit 290c529

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lectures/bayes_nonconj.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,9 @@ We use two sets of variational distributions: Beta and TruncatedNormal with sup
395395
- Learnable parameters for the Beta distribution are (alpha, beta), both of which are positive.
396396
- Learnable parameters for the Truncated Normal distribution are (loc, scale).
397397
398-
<u> We restrict the truncated Normal paramter 'loc' to be in the interval $[0,1]$</u>.
399-
398+
```{note}
399+
We restrict the truncated Normal parameter 'loc' to be in the interval $[0,1]$
400+
```
400401
401402
## Implementation
402403

lectures/exchangeable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ via Bayes' Law.
3131

3232
We touch foundations of Bayesian statistical inference invented by Bruno DeFinetti {cite}`definetti`.
3333

34-
The relevance of DeFinetti's work for economists is presented forcefully
35-
in chapter 11 of {cite}`Kreps88` by David Kreps.
34+
The relevance of DeFinetti's work for economists is presented forcefully by David Kreps
35+
in chapter 11 of {cite}`Kreps88`.
3636

3737
An example that we study in this lecture is a key component of {doc}`this lecture <odu>` that augments the
3838
{doc}`classic <mccall_model>` job search model of McCall

0 commit comments

Comments
 (0)