Learn R Programming

MagmaClustR (version 1.2.1)

elbo_clust_multi_GP_common_hp_i: Penalised elbo for multiple individual GPs with common HPs

Description

Penalised elbo for multiple individual GPs with common HPs

Usage

elbo_clust_multi_GP_common_hp_i(hp, db, hyperpost, kern, pen_diag)

Value

The value of the penalised Gaussian elbo for the sum of the M individual GPs with common HPs.

Arguments

hp

A tibble, data frame or named vector containing hyper-parameters.

db

A tibble containing values we want to compute elbo on. Required columns: Input, Output. Additional covariate columns are allowed.

hyperpost

List of parameters for the K mean Gaussian processes.

kern

A kernel function used to compute the covariance matrix at corresponding timestamps.

pen_diag

A jitter term that is added to the covariance matrix to avoid numerical issues when inverting, in cases of nearly singular matrices.

Examples

Run this code
TRUE

Run the code above in your browser using DataLab