Skip to content
Prev 28951 / 29559 Next

Obtaining covariance matrix from space time variogram

You can reduce your global problem to a smaller, local problem and get 
it, or you can modify the code of krigeST to save the covariance matrix 
e.g. to your global environment using <<- or assign().

In local kriging the covariance matrix is a thing that you compute and 
then abandon, so there's little point in the function making it 
available to users.
On 18/05/2022 11:33, Philibert Weenink wrote: