Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stpp-GitHub-community/stpp
Space-Time Point Pattern Simulation, Visualisation and Analysis
https://github.com/stpp-GitHub-community/stpp
Last synced: 3 months ago
JSON representation
Space-Time Point Pattern Simulation, Visualisation and Analysis
- Host: GitHub
- URL: https://github.com/stpp-GitHub-community/stpp
- Owner: stpp-GitHub-community
- Created: 2017-08-01T07:10:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T13:04:36.000Z (4 months ago)
- Last Synced: 2024-07-18T15:30:04.354Z (4 months ago)
- Language: R
- Homepage:
- Size: 1.08 MB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# stpp: Space-Time Point Pattern Simulation, Visualisation and Analysis
Many of the models encountered in applications of point process methods to the study of spatio-temporal phenomena are covered in 'stpp'. This package provides statistical tools for analyzing the global and local second-order properties of spatio-temporal point processes, including estimators of the space-time inhomogeneous K-function and pair correlation function. It also includes tools to get static and dynamic display of spatio-temporal point patterns.
## This is the development version
**Installation guide**
The easiest way to install the development version of `stpp` from GitHub is using the `devtools` package which can be installed run the next command:
```
install.packages('devtools')
```
and thereafter run the commands:
```
require(devtools)
install_github('stpp-GitHub-community/stpp')
```
Ubuntu users can follow the instructions in this discussion on stackoverflow to avoid complexity in installing some of the packages, particularly [rgdal](https://stackoverflow.com/questions/44382368/rgdal-installation-difficulty-on-ubuntu-16-04-lts) and [rgl](https://stackoverflow.com/questions/31820865/error-in-installing-rgl-package).## References
- [Gabriel E., Rowlingson B., Diggle P. (2013). stpp: an R package for plotting, simulating and analyzing Spatio-Temporal Point Patterns. *Journal of Statistical Software*, **53**(2), 1-29.](https://www.jstatsoft.org/htaccess.php?volume=053&type=i&issue=02&filename=paper)
- [González, J. A., Rodríguez-Cortés, F. J., Cronie, O. and Mateu, J. (2016). Spatio-temporal point process statistics: a review. *Spatial Statiscts*, **18**:505-544.](https://www.sciencedirect.com/science/article/pii/S2211675316301130)## CiteBibtex
A BibTeX entry for LaTeX users is
```
@misc{gdrrc02,
author = {Edith Gabriel and Peter J. Diggle and Barry Rowlingson and Francisco J. Rodr\'iguez-Cort\'es},
title = {stpp: Space-Time Point Pattern Simulation, Visualisation and Analysis},
year = {2022},
note = {R package version 2.0-7},
url = {https://cran.r-project.org/web/packages/stpp}}
```
### Autors:[Edith Gabriel, Avignon University, Avignon, France](https://biosp.mathnum.inrae.fr/homepage-edith-gabriel/)
[Peter J. Diggle, Lancaster University, Lancaster, UK](https://www.lancaster.ac.uk/staff/diggle/)
[Barry Rowlingson, Lancaster University, Lancaster, UK](http://barry.rowlingson.com/)
[Francisco J. Rodríguez-Cortés, National University of Colombia, Medellín, Colombia](https://fjrodriguezcortes.wordpress.com/)