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
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
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ via Bayes' Law.
3131
3232We 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
3737An 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
You can’t perform that action at this time.
0 commit comments