Skip to content

Commit

Permalink
add R scripts for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ionides committed Aug 7, 2024
1 parent db3e526 commit 61e0bdf
Show file tree
Hide file tree
Showing 6 changed files with 1,278 additions and 7 deletions.
12 changes: 10 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ In addition, the particle filter provided by [**pomp**](https://kingaa.github.io

The latest development version of **spatPomp** is available on [GitHub](https://github.com/kidusasfaw/spatPomp) and versions are occasionally uploaded to [CRAN](https://cran.rstudio.com/web/packages/spatPomp). Other relevant resources are:

- [A tutorial on spatiotemporal partially observed Markov process models via the R package spatPomp](vignettes/spatPomp.pdf)
- [A tutorial on the iterated block particle filter](vignettes/ibpf.pdf)
- A tutorial on spatiotemporal partially observed Markov process models via the R package spatPomp.
[pdf](vignettes/spatPomp.pdf).
[R script](vignettes/spatPomp.R).
[arxiv](https://arxiv.org/abs/2101.01157).
[GitHub](https://github.com/ionides/spatPomp-article).

- A tutorial on the iterated block particle filter.
[pdf](vignettes/ibpf.pdf).
[R script](vignettes/ibpf.R).
[GitHub](https://github.com/ionides/ibpf-tutorial).

Papers using **spatPomp** include the following:

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,11 @@ <h1 class="title toc-ignore">spatPomp, an R package for statistical
and versions are occasionally uploaded to <a href="https://cran.rstudio.com/web/packages/spatPomp">CRAN</a>. Other
relevant resources are:</p>
<ul>
<li><a href="vignettes/spatPomp.pdf">A tutorial on spatiotemporal
partially observed Markov process models via the R package
spatPomp</a></li>
<li><a href="vignettes/ibpf.pdf">A tutorial on the iterated block
particle filter</a></li>
<li><p>A tutorial on spatiotemporal partially observed Markov process
models via the R package spatPomp. <a href="vignettes/spatPomp.pdf">pdf</a>. <a href="vignettes/spatPomp.R">R
script</a>. <a href="https://arxiv.org/abs/2101.01157">arxiv</a>. <a href="https://github.com/ionides/spatPomp-article">GitHub</a>.</p></li>
<li><p>A tutorial on the iterated block particle filter. <a href="vignettes/ibpf.pdf">pdf</a>. <a href="vignettes/ibpf.R">R
script</a>. <a href="https://github.com/ionides/ibpf-tutorial">GitHub</a>.</p></li>
</ul>
<p>Papers using <strong>spatPomp</strong> include the following:</p>
<ul>
Expand Down
Loading

0 comments on commit 61e0bdf

Please sign in to comment.