powered by
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.
RandomFieldsCovFct(model, additionalparameters = c())
the choice of model e.g. "matern"
additional parameters for chosen covariance model. See ?CovarianceFct
a covariance function from the RandomFields package
CovFunction.function, exponentialCovFct, SpikedExponentialCovFct, CovarianceFct
# NOT RUN { RandomFieldsCovFct(model="matern",additionalparameters=1) # }
Run the code above in your browser using DataLab