Description Usage Arguments Value
Compute the base matrix of a continuous Gaussian field. Computed as a block circulant matrix on a torus where x and y is the x and y centroids (must be equally spaced)
1  | blockcircbase(x, y, sigma, phi, model, additionalparameters, inverse = FALSE)
 | 
x | 
 x centroids, an equally spaced vector  | 
y | 
 y centroids, an equally spaced vector  | 
sigma | 
 spatial variance parameter  | 
phi | 
 spatial decay parameter  | 
model | 
 covariance model, see ?CovarianceFct  | 
additionalparameters | 
 additional parameters for chosen covariance model. See ?CovarianceFct  | 
inverse | 
 logical. Whether to return the base matrix of the inverse covariance matrix (ie the base matrix for the precision matrix), default is FALSE  | 
the base matrix of a block circulant matrix representing a stationary covariance function on a toral grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.