gen_matern_gaussian_rf {BSSoverSpace} | R Documentation |
Generate Gaussian random fields with Matern covariance function
gen_matern_gaussian_rf(coords, dim, nu, kappa)
coords |
coordinate of target randon field to be generated |
dim |
dimension of target randon field to be generated |
nu |
parameter of matern covariance function |
kappa |
parameter of matern covariance function |
A data matrix with number of rows equal to 'coords', and number of columns equal to 'dim'.