an object of formula class that specifies regressors; see formula for details.
input
a matrix including inputs in a GaSP
param
a list including values for regression parameters, covariance parameters,
and nugget variance parameter.
The specification of param should depend on the covariance model.
The regression parameters are denoted by coeff. Default value is 0.
The marginal variance or partial sill is denoted by sig2. Default value is 1.
The nugget variance parameter is denoted by nugget for all covariance models.
Default value is 0.
For the Confluent Hypergeometric class, range is used to denote the range parameter β.
tail is used to denote the tail decay parameter α. nu is used to denote the
smoothness parameter ν.
For the generalized Cauchy class, range is used to denote the range parameter ϕ.
tail is used to denote the tail decay parameter α. nu is used to denote the
smoothness parameter ν.
For the Matérn class, range is used to denote the range parameter ϕ.
nu is used to denote the smoothness parameter ν. When ν=0.5, the
Matérn class corresponds to the exponential covariance.
For the powered-exponential class, range is used to denote the range parameter ϕ.
nu is used to denote the smoothness parameter. When ν=2, the powered-exponential class
corresponds to the Gaussian covariance.
cov.model
a list of two strings: family, form, where family indicates the family of covariance functions
including the Confluent Hypergeometric class, the Matérn class, the Cauchy class, the powered-exponential class. form indicates the
specific form of covariance structures including the isotropic form, tensor form, automatic relevance determination form.
family
CH
The Confluent Hypergeometric correlation function is given by
C(h)=Γ(ν)Γ(ν+α)U(α,1−ν,(βh)2),
where α is the tail decay parameter. β is the range parameter.
ν is the smoothness parameter. U(⋅) is the confluent hypergeometric
function of the second kind. For details about this covariance,
see Ma and Bhadra (2023; doi:10.1080/01621459.2022.2027775).
cauchy
The generalized Cauchy covariance is given by
C(h)={1+(ϕh)ν}−α/ν,
where ϕ is the range parameter. α is the tail decay parameter.
ν is the smoothness parameter with default value at 2.
matern
The Matérn correlation function is given by
C(h)=Γ(ν)21−ν(ϕh)νKν(ϕh),
where ϕ is the range parameter. ν is the smoothness parameter.
Kν(⋅) is the modified Bessel function of the second kind of order ν.
exp
The exponential correlation function is given by
C(h)=exp(−h/ϕ),
where ϕ is the range parameter. This is the Matérn correlation with ν=0.5.
matern_3_2
The Matérn correlation with ν=1.5.
matern_5_2
The Matérn correlation with ν=2.5.
powexp
The powered-exponential correlation function is given by
C(h)=exp{−(ϕh)ν},
where ϕ is the range parameter. ν is the smoothness parameter.
gauss
The Gaussian correlation function is given by
C(h)=exp(−ϕ2h2),
where ϕ is the range parameter.
form
isotropic
This indicates the isotropic form of covariance functions. That is,
C(h)=C0(∥h∥;θ),
where ∥h∥ denotes the
Euclidean distance or the great circle distance for data on sphere. C0(⋅) denotes
any isotropic covariance family specified in family.
tensor
This indicates the tensor product of correlation functions. That is,
C(h)=∏i=1dC0(∣hi∣;θi),
where d is the dimension of input space. hi is the distance along the ith input dimension. This type of covariance structure has been often used in Gaussian process emulation for computer experiments.
ARD
This indicates the automatic relevance determination form. That is,
C(h)=C0(∑i=1dϕi2hi2;θ),
where ϕi denotes the range parameter along the ith input dimension.
dtype
a string indicating the type of distance:
Euclidean
Euclidean distance is used. This is the default choice.
GCD
Great circle distance is used for data on sphere.
nsample
an integer indicating the number of realizations from a Gaussian process