Skip to content

Commit c18251b

Browse files
committed
updated readme with static html links
1 parent 8d946a7 commit c18251b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ To get started, first identify whether you:
1111
1. Prefer to use the `conda` package manager (which ships with the Anaconda distribution of Python), or if you
1212
2. prefer to use `pipenv`, which is a package authored by Kenneth Reitz for package management with `pip` and `virtualenv`, or if you
1313
3. Do not want to mess around with dev-ops.
14+
4. Only want to view the website version of the notebooks.
1415

1516
## 1. Clone the repository locally
1617

@@ -68,6 +69,24 @@ If you don't want to mess around with dev-ops, click the following badge to get
6869

6970
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)
7071

72+
## 4. want to view static HTML notebooks
73+
74+
If you're interested in only viewing the static HTML versions of the notebooks, the links are provided below:
75+
76+
Part 1: Bayesian Data Science by Simulation
77+
78+
- [Introduction to Probability](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/01-Instructor-Probability_a_simulated_introduction.html)
79+
- [Parameter Estimation and Hypothesis Testing](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/02-Instructor-Parameter_estimation_hypothesis_testing.html)
80+
81+
Part 2: Bayesian Data Science by Probabilistic Programming
82+
83+
- [Two Group Comparisons: Drug effect on IQ](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/03-instructor-two-group-iq.html)
84+
- [Multi-Group Comparisons: Multiple ways of sterilizing phones](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/04-instructor-multi-group-comparison-sterilization.html)
85+
- [Two Group Comparisons: Darwin's Finches](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/05-instructor-two-group-comparison-finches.html)
86+
- [Hierarchical Modelling: Baseball](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/06-instructor-hierarchical-baseball.html)
87+
- [Hierarchical Modelling: Darwin's Finches](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/07-instructor-hierarchical-finches.html)
88+
- [Bayesian Curve Regression: Identifying Radioactive Element](https://ericmjl.github.io/bayesian-stats-modelling-tutorial/notebooks/08-bayesian-curve-regression.html)
89+
7190

7291
# Acknowledgements
7392

0 commit comments

Comments
 (0)