File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -395,8 +395,9 @@ We use two sets of variational distributions: Beta and TruncatedNormal with sup
395
395
- Learnable parameters for the Beta distribution are (alpha, beta), both of which are positive.
396
396
- Learnable parameters for the Truncated Normal distribution are (loc, scale).
397
397
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
+ ```
400
401
401
402
## Implementation
402
403
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ via Bayes' Law.
31
31
32
32
We touch foundations of Bayesian statistical inference invented by Bruno DeFinetti {cite}` definetti ` .
33
33
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 ` .
36
36
37
37
An example that we study in this lecture is a key component of {doc}` this lecture <odu> ` that augments the
38
38
{doc}` classic <mccall_model> ` job search model of McCall
You can’t perform that action at this time.
0 commit comments