probml / pml2-book

Probabilistic Machine Learning: Advanced Topics
MIT License
1.39k stars 120 forks source link

Minor typo in inline maths page 433 section 10.1.1 #224

Closed MDCHAMP closed 1 year ago

MDCHAMP commented 1 year ago

Paragraph below equation 10.4 reads as:

The final term $\log p\theta(x) = \int p\theta(x, z) \text{d}z$ is generally intractable to compute.

Should read:

The final term $\log p\theta(x) = \log \int p\theta(x, z) \text{d}z$ is generally intractable to compute.

murphyk commented 1 year ago

fixed, thx