betanalpha / knitr_case_studies

Inference case studies in knitr
163 stars 94 forks source link

Typo #35

Closed JeremySilver closed 3 years ago

JeremySilver commented 3 years ago

I noticed what may be a minor typo in your excellent Gaussian Processes tutorial. I believe that line 1342 (at commit 8db2461) of knitr_case_studies/gaussian_processes/gaussian_processes.Rmd should be N_obs=data$N_obs, x_obs=data$x_obs, y_obs=data$y_obs, currently it is N_obs=data$N_obs, x=data$x_obs, y_obs=data$y_obs,

betanalpha commented 3 years ago

You're right, thanks. Now wondering how the markdown even compiled!

I'll fix this when I get around to updating the case study.

betanalpha commented 3 years ago

Resolved in e10083abbcdb65c745f840ab9d2da58229fa9af3.