xi_fun | R Documentation |
Function to compute ξ_{ik} (independent case) and ξ_{i} (dependent case) of integrated emulator with a squared exponential kernel.
xi_fun(w_i, mu, Sigma, params, ind = "TRUE", det_comp = NULL, LS.inv = NULL)
w_i |
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. |
LS.inv |
an inverse of the sum of covariance matrix and Lambda. |
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.