8000 GitHub - lucapresicce/ASMK: An Rcpp-based package to perform Accelerated Meta-Kriging approach presented in "Bayesian Transfer Learning and Divide-Conquer Models for Massive Spatial Datasets" (Luca Presicce and Sudipto Banerjee, 2024+).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An Rcpp-based package to perform Accelerated Meta-Kriging approach presented in "Bayesian Transfer Learning and Divide-Conquer Models for Massive Spatial Datasets" (Luca Presicce and Sudipto Banerjee, 2024+).

License

Notifications You must be signed in to change notification settings

lucapresicce/ASMK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Accelerated Spatial Meta-Kriging (ASMK)

This package provides the principal functions to perform accelerated meta-kriging, for both univariate and multivariate spatial regression. The package is used mostly within the novel working paper "Bayesian Transfer Learning and Divide-Conquer Models for Massive Spatial Datasets" (Luca Presicce and Sudipto Banerjee, 2024+)". In order to guarantee the reproducibility of scientific results, in the Bayesian-Transfer-Learning-and-Divide-Conquer-Models repository are also available all the scripts of code used for simulations and data analysis presented in the work and its Supplemental material.


Roadmap

Folder Description
R contains funtions in R
src contains function in Rcpp/C++

Guided installation

Since the package is not already available on CRAN (already submitted, and hopefully soon available), we use the devtools R package to install. Then, check for its presence on your device, otherwise install it:

if (!require(devtools)) {
  install.packages("devtools", dependencies = TRUE)
}

Once you have installed devtools, we can proceed. Let's install the ASMK package!

devtools::install_github("lucapresicce/ASMK")

Cool! You are ready to start, now you too could perform fast & feasible Bayesian geostatistical modeling!


Contacts

Author Luca Presicce (l.presicce@campus.unimib.it)
Maintainer Luca Presicce (l.presicce@campus.unimib.it)
Reference Luca Presicce and Sudipto Banerjee (2024+) "Bayesian Transfer Learning and Divide-Conquer Models for Massive Spatial Datasets"

About

An Rcpp-based package to perform Accelerated Meta-Kriging approach presented in "Bayesian Transfer Learning and Divide-Conquer Models for Massive Spatial Datasets" (Luca Presicce and Sudipto Banerjee, 2024+).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0