aloctavodia / BAP3

Figures and code examples from Bayesian Analysis with Python (third edition)
http://bap.com.ar/
112 stars 29 forks source link

Pg 105 typo #20

Open jjw3952 opened 1 month ago

jjw3952 commented 1 month ago

Page 105 states

... will need to properly index the vectors $\mu_p$ and $\nu_p$ to match the total number of players

but I believe "players" should be changed to "positions"

kenjioman commented 2 days ago

I think this statement is ok as I think it's referring to the 𝜇_p[pos_idx] and 𝜈_p[pos_idx] in the code block and (I could be wrong since going off of memory) I think the length of pos_idx will be the same as the total # of players.