You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/generalized_linear_models/GLM-robust.myst.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ kernelspec:
13
13
(GLM-robust)=
14
14
# GLM: Robust Linear Regression
15
15
16
-
:::{post} August, 2013
16
+
:::{post} January 10, 2023
17
17
:tags: regression, linear model, robust
18
18
:category: beginner
19
19
:author: Thomas Wiecki, Chris Fonnesbeck, Abhipsha Das, Conor Hassan, Igor Kuvychko, Reshama Shaikh, Oriol Abril Pla
@@ -199,7 +199,7 @@ There, much better! The outliers are barely influencing our estimation at all be
199
199
200
200
- The Student-T distribution has, besides the mean and variance, a third parameter called *degrees of freedom* that describes how much mass should be put into the tails. Here it is set to 1 which gives maximum mass to the tails (setting this to infinity results in a Normal distribution!). One could easily place a prior on this rather than fixing it which I leave as an exercise for the reader ;).
201
201
- T distributions can be used as priors as well. See {ref}`GLM-hierarchical`
202
-
- How do we test if our data is normal or violates that assumption in an important way? Check out this [great blog post](http://allendowney.blogspot.com/2013/08/are-my-data-normal.html) by Allen Downey.
202
+
- How do we test if our data is normal or violates that assumption in an important way? Check out this great blog post, [Probably Overthinking It](http://allendowney.blogspot.com/2013/08/are-my-data-normal.html), by Allen Downey.
203
203
204
204
+++
205
205
@@ -209,6 +209,7 @@ There, much better! The outliers are barely influencing our estimation at all be
209
209
* Updated by @fonnesbeck in September 2016 (pymc#1378)
210
210
* Updated by @chiral-carbon in August 2021 (pymc-examples#205)
211
211
* Updated by Conor Hassan, Igor Kuvychko, Reshama Shaikh and [Oriol Abril Pla](https://oriolabrilpla.cat/en/) in 2022
212
+
* Rerun using PyMC v5, by Reshama Shaikh, January 2023
0 commit comments