powered by
create the sparse triangular U matrix for specific parameters
createU(vecchia.approx, covparms, nuggets, covmodel = "matern")
list containing the sparse upper triangular U, plus additional objects required for other functions
object returned by vecchia_specify
vecchia_specify
vector of covariance parameters
nugget variances -- if a scalar is provided, variance is assumed constant
covariance model. currently implemented:
z=rnorm(9); locs=matrix(1:9,ncol=1); vecchia.approx=vecchia_specify(locs,m=5) U.obj=createU(vecchia.approx,covparms=c(1,2,.5),nuggets=.2)
Run the code above in your browser using DataLab