View source: R/gradients-elbos.R
gr_GP_mod_common_hp_k | R Documentation |
Gradient of the penalised elbo for multiple mean GPs with common HPs
gr_GP_mod_common_hp_k(hp, db, mean, kern, post_cov, pen_diag)
hp |
A tibble, data frame or named vector containing hyper-parameters. |
db |
A tibble containing the values we want to compute the elbo on. Required columns: Input, Output. Additional covariate columns are allowed. |
mean |
A list of the k means of the GPs at union of observed timestamps. |
kern |
A kernel function |
post_cov |
A list of the k posterior covariance of the mean GP (mu_k). Used to compute correction term (cor_term) |
pen_diag |
A jitter term that is added to the covariance matrix to avoid numerical issues when inverting, in cases of nearly singular matrices. |
The gradient of the penalised Gaussian elbo for the sum of the k mean GPs with common HPs.
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.