Initialize parameter tuning for the Kriging model, setting the initial guess as well as bound constraints.
modelKrigingInit(startTheta = NULL, lowerTheta, upperTheta, optimizeP,
useLambda, lambdaLower, lambdaUpper, combineDistances, nd)
user provided start guess (optional).
lower boundary for theta values (log scale).
upper boundary for theta values (log scale).
boolean, whether parameter p is optimized.
boolean, whether nugget effect (lambda) is used.
lower boundary for lambda (log scale).
upper boundary for lambda (log scale).
boolean, whether multiple distances are combined.
number of distance function.
a list with elements x0
(start guess), lower
(lower bound), upper
(upper bound).