tee.fun {approximator} | R Documentation |
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 |
Details
See equation 10
Author(s)
Robin K. S. Hankin
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
data(toyapps)
tee.fun(x=1:3, D1=D1.toy, subsets=subsets.toy, hpa=hpa.toy)
[Package approximator version 1.2-8 Index]