powered by
A function used to define the covariance function for the latent field prior to running the MCMC algorithm
# S3 method for `function` CovFunction(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)) # }
Run the code above in your browser using DataLab