algorithmsbooks / optimization

Errata for Algorithms for Optimization book
68 stars 16 forks source link

pg. 316 #88

Closed alextzik closed 2 years ago

alextzik commented 2 years ago

Eq. (17.10) is not the probability of finding the random vector (X,Z) in F, but finding the random vector (X,Z) given X in F. Perhaps it is better to use P(x in F), instead of P((x,z) in F)?

tawheeler commented 2 years ago

You are right - z gets marginalized out. Will fix!