zeta_fun | R Documentation |
Function to compute ζ_{ijk} (independent case) and ζ_{ij} (dependent case) of integrated emulator with a squared exponential kernel.
zeta_fun( w_i, w_j, mu, Sigma, params, ind = "TRUE", det_comp = NULL, Gamma.inv = NULL, GS.inv = NULL )
w_i |
a vector of size k. |
w_j |
a vector of size k. |
mu |
a vector of predictive mean values of length k. |
Sigma |
a variance-covariance matrix. |
params |
a list with parameter values. |
ind |
logical indicating if we adopt independence assumption. |
det_comp |
a determinant component in the calculations. |
Gamma.inv |
an inverse of Gamma matrix. |
GS.inv |
an inverse of the sum of covariance matrix and Gamma. |
a vector (independent case) or a single value (dependent case).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.