stan-workshop
Examples of working and non-working models, initially for ODCS 2016 in Boston.
To make the best use of your time at the workshop, please look over the scripts in this repo and:
Install Stan
Installing Stan is straightforward. Installation instructions are interface language and platform specific and can be found here. Our examples will be done using R, but you should be able to follow along if you are using other languages like Python or Julia.
Download a Copy of the Stan Manual
Stan manual is full of usefull information and is part Bayesian textbook, part language reference. In particular, take a look at Section 3, Page 34 -- Data Types.
If You Are New to Bayes
If you are not familiar with the Bayesian paradigm, we will do a (very) quick introduction at the beginning of the workshop, but not enough to make people who had never seen Bayes comfortable with the subject. For those people, we recommend:
- Chapters 1 and 12 of Richard McElreath's Statistical Rethinking book.