- Key Reference Paper: https://academic.oup.com/jrsssa/article/180/1/161/7068203.
- The Extension: Incorporating a regression model into the density estimation of coordinates.
- Comparison Method: Implemented as the
dbivrfunction in the KernelHeaping package: https://cran.r-project.org/web/packages/Kernelheaping/index.html.
- The script
evaluation.R(found in theinst/scriptsfolder) contains the code to run simulation studies comparing the extension with thedbivrmethod. - The script utilizes the following functionalities, which are provided as functions in separate scripts and called via the
sourcecommand:- Generation of simulated geo-coordinate datasets.
- Estimation of coordinate density using both the extension and the
dbivrmethod. - Parameterized function for conducting simulation studies and calculating comparison metrics.