RandomFieldsCovFct: RandomFieldsCovFct function

View source: R/lgcpStructures.R

RandomFieldsCovFctR Documentation

RandomFieldsCovFct function

Description

A function to declare and also evaluate an covariance function from the RandomFields Package. See ?CovarianceFct. Note that the present version of lgcp only offers estimation for sigma and phi, any additional paramters are treated as fixed.

Usage

RandomFieldsCovFct(model, additionalparameters = c())

Arguments

model

the choice of model e.g. "matern"

additionalparameters

additional parameters for chosen covariance model. See ?CovarianceFct

Value

a covariance function from the RandomFields package

See Also

CovFunction.function, exponentialCovFct, SpikedExponentialCovFct, CovarianceFct

Examples

## Not run: RandomFieldsCovFct(model="matern",additionalparameters=1)

lgcp documentation built on Oct. 3, 2023, 5:08 p.m.