cov_rns_taper_optimized_predict_range {cocons} | R Documentation |
Sparse covariance function
Description
Sparse covariance function
Usage
cov_rns_taper_optimized_predict_range(
theta,
locs,
locs_pred,
x_covariates,
x_covariates_pred,
colindices,
rowpointers,
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 |
colindices |
from spam object |
rowpointers |
from spam object |
smooth_limits |
smooth limits |
Value
sparse covariance matrix at locs
[Package cocons version 0.1 Index]