probml / pml2-book

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

Typo?: Algorithm 8.2 Line 6; Page 363; Vers. 2023-04-01 #254

Closed larschrj closed 1 year ago

larschrj commented 1 year ago

Algorithm 8.2 Line 6 is: GaussMoments(\mu_{t|t-1}, \Sigma{t|t-1}, F_t, B_t u_t + b_t, Q_t)

Should be as in Eq. 8.61 (?): GaussMoments(\mu_{t|t-1}, \Sigma{t|t-1}, H_t, D_t u_t + d_t, R_t)

murphyk commented 1 year ago

fixed