Skip to content

Commit c62bb41

Browse files
committed
fix typo
1 parent 9173a45 commit c62bb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generalized_linear_models/GLM-robust-with-outlier-detection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"+ The dataset is tiny and hardcoded into this Notebook. It contains errors in both the x and y, but we will deal here with only errors in y.\n",
2121
"\n",
2222
"**Complementary approaches:**\n",
23-
"+ This is a complementary approach to the Student-T robust regression as illustrated in the example {doc}`generalized_linear_models/GLM-robust}, and that approach is also compared\n",
23+
"+ This is a complementary approach to the Student-T robust regression as illustrated in the example {doc}`generalized_linear_models/GLM-robust`, and that approach is also compared\n",
2424
"+ See also a [gist by Dan FM](https://gist.github.com/dfm/5250dd2f17daf60cbe582ceeeb2fd12f) that he published after a quick twitter conversation - his \"Hogg improved\" model uses this same model structure and cleverly marginalizes over the outlier class but also observes it during sampling using a `pm.Deterministic` <- this is really nice\n",
2525
"+ The likelihood evaluation is essentially a copy of eqn 17 in \"Data analysis recipes: Fitting a model to data\" - {cite:t}`hogg2010data`\n",
2626
"+ The model is adapted specifically from Jake Vanderplas' and Brigitta Sipocz' [implementation](http://www.astroml.org/book_figures/chapter8/fig_outlier_rejection.html) in the AstroML book {cite:p}`ivezić2014astroMLtext,vanderplas2012astroML`"

0 commit comments

Comments
 (0)