cov_rns_taper_optimized_range {cocons} | R Documentation |
Sparse covariance function
Description
Sparse covariance function
Usage
cov_rns_taper_optimized_range(
theta,
locs,
x_covariates,
colindices,
rowpointers,
smooth_limits
)
Arguments
theta |
vector of parameters |
locs |
a matrix with locations |
x_covariates |
design data.frame |
colindices |
from spam object |
rowpointers |
from spam object |
smooth_limits |
smooth limits |
Value
sparse covariance matrix between locs and pred_locs
[Package cocons version 0.1 Index]