README.md

Univariate and Multivariate Accelerated Spatial Modeling by Bayesian Predictive Stacking

This package provides the principal functions to perform accelerated modeling for univariate and multivariate spatial regressions. The package is used mostly within the novel working paper "Bayesian Transfer Learning for Artificially Intelligent Geospatial Systems: A Predictive Stacking Approach" (Luca Presicce and Sudipto Banerjee, 2024+)". To guarantee the reproducibility of scientific results, in the Bayesian-Transfer-Learning-for-GeoAI repository are also available all the scripts of code used for simulations, data analysis, and results presented in the Manuscript 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: ```{r, echo = F, eval = F, collapse = TRUE} if (!require(devtools)) { install.packages("devtools", dependencies = TRUE) }

Once you have installed *devtools*, we can proceed. Let's install the `spBPS` package!
```{r}
devtools::install_github("lucapresicce/spBPS")

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) & Sudipto Banerjee (sudipto@ucla.edu) | | Maintainer | Luca Presicce (l.presicce@campus.unimib.it) | | Reference | Luca Presicce and Sudipto Banerjee (2024+) "Bayesian Transfer Learning for Artificially Intelligent Geospatial Systems: A Predictive Stacking Approach" |



Try the spBPS package in your browser

Any scripts or data that you put into this service are public.

spBPS documentation built on Oct. 25, 2024, 5:07 p.m.