Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Jan 22, 2018
1 parent 40b7ab3 commit c2a328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lecture6.md
Expand Up @@ -289,7 +289,7 @@ given continuous parents, for each possible assignment to discrete parents.
- e.g., we need to specify both $P(c|h,s)$ and $P(c|h,\lnot s)$
- Common choice: the **linear Gaussian model** (LG):
- $P(c|h,s) = \mathcal{N}(a\_th+b\_t, \sigma_t^2)(c)$
- $P(c|h,\lnot s) = \mathcal{N}(a\_tf+b\_f, \sigma_f^2)(c)$
- $P(c|h,\lnot s) = \mathcal{N}(a\_fh+b\_f, \sigma_f^2)(c)$

.center.width-90[![](figures/lec6/joint-density.png)]

Expand Down

0 comments on commit c2a328a

Please sign in to comment.