The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

This package provides the principal parallelized implementation of forward filtering backward sampling algorithm, along with dynamic Bayesian predictive stacking to achieve exact posterior inference avoiding simulation-based approaches for multivariate spatiotemporal models.
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 spFFBS package!
devtools::install_github("lucapresicce/spFFBS")Once successfully installed, load the library in R.
library(spFFBS)Cool! You are ready to start, now you too could perform fast & feasible Bayesian spatiotemporal modeling!
| Author | Luca Presicce (l.presicce@campus.unimib.it) |
| Maintainer | Luca Presicce (l.presicce@campus.unimib.it) |
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.