NeuromatchAcademy / course-content

NMA Computational Neuroscience course

Home Page:https://compneuro.neuromatch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conditional sigmas in W3D1_Tutorial2

ferchaure opened this issue · comments

Hi, on tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb
the lines 304 and 305, should be:

" sigma_x_y = np.sqrt(sigma12 * (1-corr2))\n",
" sigma_y_x = np.sqrt(sigma22 * (1-corr2))\n",

Thank you for reporting. #809 fixed this issue.