Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
feat(typst): 12-mcmc
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Dec 28, 2023
1 parent 300ed74 commit 68d4ad1
Show file tree
Hide file tree
Showing 21 changed files with 1,452 additions and 1,163 deletions.
1,161 changes: 0 additions & 1,161 deletions slides/12-MCMC.tex

This file was deleted.

1,450 changes: 1,450 additions & 0 deletions slides/12-mcmc.typ

Large diffs are not rendered by default.

Binary file removed slides/animations/gibbs.m4v
Binary file not shown.
Binary file removed slides/animations/hmc.m4v
Binary file not shown.
Binary file removed slides/animations/nuts.m4v
Binary file not shown.
Binary file removed slides/animations/rwmh.m4v
Binary file not shown.
Binary file removed slides/images/euler_0_3.jpg
Binary file not shown.
Binary file removed slides/images/leapfrog_0_3.jpg
Binary file not shown.
Binary file removed slides/images/leapfrog_1_2.jpg
Binary file not shown.
Binary file added slides/images/mcmc/euler_0_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/gibbs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/hmc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/leapfrog_0_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/leapfrog_1_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/mh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/nuts.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/mcmc/nuts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/images/memes/computation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed slides/images/memes/computation.webp
Binary file not shown.
Binary file removed slides/images/nuts.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions slides/slides.typ
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
]

#slide(title: [Outline])[
#text(size: 16pt)[
#text(size: 14pt)[
#utils.polylux-outline()
]
]
Expand All @@ -73,7 +73,7 @@
#include "09-robust_regression.typ"
#include "10-sparse_regression.typ"
#include "11-hierarchical_models.typ"
// #include "12-mcmc.typ"
#include "12-mcmc.typ"
#include "13-model_comparison.typ"
#include "backup_slides.typ"

Expand Down

0 comments on commit 68d4ad1

Please sign in to comment.