Skip to content

Commit

Permalink
add areal data modelling
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetasemenova committed Apr 6, 2024
1 parent 8eee65b commit 86bec7f
Show file tree
Hide file tree
Showing 5 changed files with 1,735 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 17_GP_priors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`````{admonition} Task 22\n",
"`````{admonition} Task 25\n",
":class: tip\n",
"\n",
"- Implement Matern-1/2 kernel:\n",
Expand Down Expand Up @@ -1036,7 +1036,7 @@
"\\end{align*}\n",
"$$\n",
"\n",
"`````{admonition} Task 23\n",
"`````{admonition} Task 26\n",
":class: tip\n",
"\n",
"Show that $f:= \\mu + zL$ is indeed distributed as $\\mathcal{N}(\\mu, K)$.\n",
Expand Down
2 changes: 1 addition & 1 deletion 18_GP_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`````{admonition} Task 24\n",
"`````{admonition} Task 27\n",
":class: tip\n",
"\n",
"Modify `predict_gaussian_process` to compute posterior distributions in both noise-free and noisy cases.\n",
Expand Down
1,000 changes: 1,000 additions & 0 deletions 19_geostatistics.ipynb

Large diffs are not rendered by default.

731 changes: 731 additions & 0 deletions 20_areal_data.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ chapters:
- file: 17_GP_priors.ipynb
- file: 18_GP_inference.ipynb
- file: 19_geostatistics.ipynb
- file: 20_areal_data.ipynb
- file: 999_acknowledgements.md

0 comments on commit 86bec7f

Please sign in to comment.