approximator (version 1.2-7)

tee.fun: Returns generalized distances

Description

Returns generalized distances from a point to the design matrix as per equation 10

Usage

tee.fun(x, D1, subsets, hpa)

Arguments

x

Point in parameter space

D1

Design matrix for level 1 code

subsets

subsets object

hpa

Hyperparameter object

Author

Robin K. S. Hankin

Details

See equation 10

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)
tee.fun(x=1:3, D1=D1.toy, subsets=subsets.toy, hpa=hpa.toy)

Run the code above in your browser using DataCamp Workspace