Last chance! 50% off unlimited learning
Sale ends in
Generic Log-likelihood function This function can be used to compute loglikelihood for homGP/hetGP models
logLikH(
X0,
Z0,
Z,
mult,
theta,
g,
Delta = NULL,
k_theta_g = NULL,
theta_g = NULL,
logN = FALSE,
beta0 = NULL,
eps = sqrt(.Machine$double.eps),
covtype = "Gaussian"
)
unique designs
averaged observations
replicated observations (sorted with respect to X0)
number of replicates at each Xi
scale parameter for the mean process, either one value (isotropic) or a vector (anistropic)
nugget of the nugget process
vector of nuggets corresponding to each X0i or pXi, that are smoothed to give Lambda
constant used for linking nuggets lengthscale to mean process lengthscale, i.e., theta_g[k] = k_theta_g * theta[k], alternatively theta_g can be used
either one value (isotropic) or a vector (anistropic), alternative to using k_theta_g
should exponentiated variance be used
mean, if not provided, the MLE estimator is used
minimal value of elements of Lambda
covariance kernel type
For hetGP, this is not the joint log-likelihood, only the likelihood of the mean process.