RandomFieldsCovFct {lgcp} | R 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)
[Package lgcp version 2.0 Index]