psi_fun | R Documentation |
Fuction to compute ψ_{jk} for d inputs of integrated emulator for (independent case) and (dependent case) with a squared exponential kernel.
psi_fun(w_j, mu, Sigma, params, ind = "TRUE", Lambda.mat = NULL, LS.inv = NULL)
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. |
Lambda.mat |
Lambda matrix. |
LS.inv |
logical indicating if we adopt independence assumption. |
a vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.