Spatio-temporal cluster detection and classification through product density LISTA functions. This repository is based on spatstat
, splancs
, stpp
and KernSmooth
packages.
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')
@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}}
}