Skip to content

Commit

Permalink
Change title and thumbnail, fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEntropy committed Sep 7, 2024
1 parent a308da1 commit 3c94a85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/count_roaches.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Poisson and Negative Binomial regression example with offsets\n",
"# Count Regression with Variable Exposure\n",
"\n",
"This example is based on the [\"Roaches\"](https://github.com/avehtari/ROS-Examples/tree/master/Roaches/) example from [Regression and Other Stories](https://avehtari.github.io/ROS-Examples/index.html) by Gelman, Hill, and Vehtari. The example is a count regression model with an offset term. \n",
"\n",
Expand Down Expand Up @@ -420,7 +420,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"It appears that we are drastically underpredicing the number of appartments with a small number of roaches. This suggests creating a test statistic measuring the fraction of zeros, both in the observed data and in the simulated replications (posterior predictions). We can then use this to check the model fit."
"It appears that we are drastically under predicting the number of apartments with a small number of roaches. This suggests creating a test statistic measuring the fraction of zeros, both in the observed data and in the simulated replications (posterior predictions). We can then use this to check the model fit."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
subtitle: Students absence
href: negative_binomial.ipynb
thumbnail: thumbnails/negative_binomial.png
- title: Count Data with Offsets
- title: Count Regression with Variable Exposure
subtitle: Accounting for varying exposure using offsets
href: count_roaches.ipynb
thumbnail: thumbnails/roaches.png
Expand Down
Binary file modified docs/notebooks/thumbnails/roaches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c94a85

Please sign in to comment.