Learn R Programming

BACCO (version 1.1-4)

H.fun: The H matrix

Description

Returns the matrix of bases H. The app of the function name means approximator, to distinguish it from function H.fun() of the calibrator package.

Usage

H.fun.app(D1, subsets, basis, hpa)

Arguments

D1
Design matrix for level 1 code
subsets
Subsets object
basis
Basis function
hpa
Hyperparameter object

References

M. C. Kennedy and A. O'Hagan 2000. Predicting the output from a complex computer code when fast approximations are available Biometrika, 87(1): pp1-13

Examples

Run this code
data(toyapps)
H.fun.app(D1.toy , subsets=subsets.toy , basis=basis.toy , hpa=hpa.toy)

Run the code above in your browser using DataLab