cov_rns_pred {cocons} | R Documentation |
Dense covariance function
Description
Dense covariance function
Usage
cov_rns_pred(
theta,
locs,
locs_pred,
x_covariates,
x_covariates_pred,
smooth_limits
)
Arguments
theta |
vector of parameters |
locs |
a matrix with locations |
locs_pred |
a matrix with prediction locations |
x_covariates |
design data.frame |
x_covariates_pred |
design data.frame at prediction locations |
smooth_limits |
smooth limits |
Value
dense covariance matrix
[Package cocons version 0.1 Index]