Bmatrix | R Documentation |
Function to compute B matrix of Linked Emulator with squared exponential correlation function.
Bmatrix(w, z = NULL, mu, Sigma, z_design = NULL, params, ind = "TRUE")
w |
an m (number of design points) by d (dimensions) matrix of design points |
z |
a vector of length d1 of exogenous inputs. |
mu |
a vector of length d of predictive mean. |
Sigma |
a d by d variance-covariance matrix. |
z_design |
a design matrix of exogenous inputs. |
params |
a list with parameter values. |
ind |
logical argument indicating if we adopt independence assumption for W. |
an d by m matrix B.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.