Gradient of the modified logLikelihood with common HPs for GPs in Magma
gr_GP_mod_common_hp(hp, db, mean, kern, post_cov, pen_diag)
A named vector, corresponding to the value of the hyper-parameters' gradients for the modified Gaussian log-Likelihood involved in Magma with the 'common HP' setting.
A tibble or data frame containing hyper-parameters for all individuals.
A tibble containing the values we want to compute the logL on. Required columns: ID, Input, Output. Additional covariate columns are allowed.
A vector, specifying the mean of the GPs at the reference inputs.
A kernel function.
A matrix, covariance parameter of the hyper-posterior. Used to compute the correction term.
A jitter term that is added to the covariance matrix to avoid numerical issues when inverting, in cases of nearly singular matrices.