You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Fits Bayesian spatial or spatiotemporal multivariate regression models based on latent Meshed Gaussian Processes (MGP) as described in Peruzzi, Banerjee, Finley (2020) <doi:10.1080/01621459.2020.1833889> and Peruzzi, Banerjee, Dunson, and Finley (2021) <arXiv:2101.03579>. Funded by ERC grant 856506 and NIH grant R01ES028804.
\item{settings}{list: \code{settings$adapting} turns the adaptation of MCMC on/off, \code{settings$forced_grid} determines whether or not to use the data grid or a forced grid; if unspecified, the function will try to see what the data look like. Note: if \code{forced_grid=FALSE} and \eqn{n} is very large and \eqn{coords} are irregularly spaced, then expect slowdowns in preprocessing and consider using \code{forced_grid=TRUE} instead. \code{settings$saving} will save model data if set to \code{TRUE}. \code{settings$low_mem} will only save \code{beta_mcmc}, \code{lambda_mcmc}, \code{v_mcmc}, \code{tausq_mcmc} (and not \code{w_mcmc} and \code{lp_mcmc}, which can be recovered from the others), thereby using less memory. All fitted predictions remain available in \code{yhat_mcmc} for convenience. \code{settings$ps} (default \code{TRUE}) determines whether to use the PS parametrization (Peruzzi et al 2021). \code{settings$hmc}, used if any outcome is not Gaussian, (1: MALA, 2: NUTS, 3: RM-MALA, 4: (default) Simplified RM-MALA)}
68
+
\item{settings}{list: \code{settings$adapting} turns the adaptation of MCMC on/off, \code{settings$forced_grid} determines whether or not to use the data grid or a forced grid; if unspecified, the function will try to see what the data look like. Note: if \code{forced_grid=FALSE} and \eqn{n} is very large and \eqn{coords} are irregularly spaced, then expect slowdowns in preprocessing and consider using \code{forced_grid=TRUE} instead. \code{settings$saving} will save model data if set to \code{TRUE}. \code{settings$low_mem} will only save \code{beta_mcmc}, \code{lambda_mcmc}, \code{v_mcmc}, \code{tausq_mcmc} (and not \code{w_mcmc} and \code{lp_mcmc}, which can be recovered from the others), thereby using less memory. All fitted predictions remain available in \code{yhat_mcmc} for convenience. \code{settings$ps} (default \code{TRUE}) determines whether to use the PS parametrization (Peruzzi et al 2021). \code{settings$hmc}, used if any outcome is not Gaussian, (1: MALA, 2: NUTS, 3: RM-MALA, 4: Simplified manifold preconditioning (default))}
0 commit comments