Bmatrix: Function to compute B matrix of Linked Emulator with squared...

View source: R/Bmatrix.R

BmatrixR Documentation

Function to compute B matrix of Linked Emulator with squared exponential correlation function.

Description

Function to compute B matrix of Linked Emulator with squared exponential correlation function.

Usage

Bmatrix(w, z = NULL, mu, Sigma, z_design = NULL, params, ind = "TRUE")

Arguments

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.

Value

an d by m matrix B.


vicvolodina93/linkedEmulation documentation built on July 7, 2022, 1:25 a.m.