Gaussian Process Model Specification
gp.Rd
Specifies the terms, smoothness, and nugget effect for a Gaussian Process (GP) model.
Arguments
- ...
Variables representing the spatial coordinates or covariates for the GP model.
- kappa
The smoothness parameter \(\kappa\). Default is 0.5.
- nugget
The nugget effect, which represents the variance of the measurement error. Default is 0. A positive numeric value must be provided if not using the default.
Value
A list of class gp.spec
containing the following elements:
- term
A character vector of the specified terms.
- kappa
The smoothness parameter \(\kappa\).
- nugget
The nugget effect.
- dim
The number of specified terms.
- label
A character string representing the full call for the GP model.