Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.02 KB

pdLISTA

Spatio-temporal cluster detection and classification through product density LISTA functions. This repository is based on spatstat, splancs, stpp and KernSmooth packages.

Installation guide

The easiest way to install the development version of pdLISTA from GitHub is using the remotes package which can be installed run the next command:

install.packages('remotes')

and thereafter run the commands:

require(remotes)
install_github('frajaroco/pdLISTA')

References

CiteBibtex

@misc{r16,
	author = {Francisco J. Rodr\'{i}guez-Cort\'{e}s},
	title = {pdLISTA: Second-order product density local indicator of spatio-temporal association function},
	year = {2016},
	note = {GitHub repository},
	url = {\url{https://github.com/frajaroco/pdLISTA}}
}