GaussProcess.Rd
GaussProcess
GaussProcess(
x,
y,
isotropic = TRUE,
nugget = TRUE,
method = "bayes",
ngibbs = 5000,
burnin = 1000,
thin = 1,
jump.ic = c(1.1, 0.2),
prior = "IG",
mix = "joint",
psi = NULL,
zeroMean = FALSE,
exclude = NULL,
...
)
set of independent variables
dependent variable
Boolean indicating whether the GP is fit isotropically. If FALSE, distances are calculated deparately for each direction
allows additional error in Y rather than fix interpolation to go through points
method for calculating correlations
number of MCMC iterations (per chain) to run
Number of samples to discard as burnin (auto must be FALSE)
thinning of the matrix to make things faster. Default is to thin to 1
initial condition for jump standard deviation.
'unif', 'IG'
joint=mix over psi simultanously, each=mix over psi individually
spatial corr
True if mean is 0, else false
<- isn't used anywhere, should be dropped
Additional arguments