CovFunction.function {lgcp} | R Documentation |
A function used to define the covariance function for the latent field prior to running the MCMC algorithm
## S3 method for class ''function''
CovFunction(obj, ...)
obj |
a function object |
... |
additional arguments |
the covariance function ready to run the MCMC routine.
exponentialCovFct, RandomFieldsCovFct, SpikedExponentialCovFct, CovarianceFct
## Not run: cf1 <- CovFunction(exponentialCovFct)
## Not run: cf2 <- CovFunction(RandomFieldsCovFct(model="matern",additionalparameters=1))