Skip to content

Commit c6aff35

Browse files
committed
Add links to other glm posts.
1 parent 1700a5a commit c6aff35

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/downloads/notebooks/GLM-blog-linear.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"\n",
1616
" 1. [The Inference Button: Bayesian GLMs made easy with PyMC3](http://twiecki.github.com/blog/2013/08/12/bayesian-glms-1/)\n",
1717
" 2. [This world is far from Normal(ly distributed): Robust Regression in PyMC3](http://twiecki.github.com/blog/2013/08/12/bayesian-glms-2/)\n",
18+
" 3. [The Best Of Both Worlds: Hierarchical Linear Regression in PyMC3](http://twiecki.github.io/blog/2014/03/17/bayesian-glms-3/)\n",
1819
" \n",
1920
"In this blog post I will talk about:\n",
2021
"\n",

content/downloads/notebooks/GLM-blog-robust.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14+
"This is the second blog post in a small series on Bayesian GLMs:\n",
15+
"\n",
16+
" 1. [The Inference Button: Bayesian GLMs made easy with PyMC3](http://twiecki.github.com/blog/2013/08/12/bayesian-glms-1/)\n",
17+
" 2. [This world is far from Normal(ly distributed): Robust Regression in PyMC3](http://twiecki.github.com/blog/2013/08/12/bayesian-glms-2/)\n",
18+
" 3. [The Best Of Both Worlds: Hierarchical Linear Regression in PyMC3](http://twiecki.github.io/blog/2014/03/17/bayesian-glms-3/)\n",
19+
" \n",
1420
"In this blog post I will write about:\n",
1521
"\n",
1622
" - How a few outliers can largely affect the fit of linear regression models.\n",

0 commit comments

Comments
 (0)