Skip to content
/ stelfi Public

R package to fit spatiotemporal point process models using TMB

License

Notifications You must be signed in to change notification settings

cmjt/stelfi

Repository files navigation

stelfi: A package to fit Hawkes and log-Gaussian Cox point processes using template model builder

R-CMD-check CRAN status downloads total downloads Codecov test coverage

stelfi is an R package that fit a range of Hawkes and log-Gaussian Cox point process models. Models are fitted via maximum likelihood using Template Model Builder.

Citation

Jones-Todd, C. M., & van Helsdingen, A. B. M. (2024). stelfi: An R package for fitting Hawkes and log-Gaussian Cox point process models. Ecology and Evolution, 14, e11005. https://doi.org/10.1002/ece3.11005

Installation

From CRAN install.packages("stelfi") or development version from GitHub:

require(devtools)
devtools::install_github("cmjt/stelfi")

Examples

This ebook is a work in progress, please bear with me as I update and fix the issues.

If you have any particular examples you'd like to be included please let me know.

Issues

🐛 reports