gen_matern_gaussian_rf {BSSoverSpace}R Documentation

Generating Gaussian random fields with Matern covariance function

Description

Generate Gaussian random fields with Matern covariance function

Usage

gen_matern_gaussian_rf(coords, dim, nu, kappa)

Arguments

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

Value

A data matrix with number of rows equal to 'coords', and number of columns equal to 'dim'.


[Package BSSoverSpace version 0.1.0 Index]