Learn R Programming

BACCO (version 1.1-4)

A: Matrix of correlations between two sets of points

Description

Returns the matrix of correlations of code output at each level evaluated at points on the design matrix.

Usage

A(level, Di, Dj, hpa)

Arguments

level
The level. This enters via the correlation scales
Di
First set of points
Dj
Second set of points
hpa
Hyperparameter object

Details

This is essentially a convenient wrapper for function corr.matrix. It is not really intended for the end user.

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

See Also

corr.matrix,c_fun

Examples

Run this code
data(toyapps)
D2 <-  D1.toy[subsets.toy[[2]],]
D3 <-  D1.toy[subsets.toy[[3]],]

A(1,D2,D3,hpa.toy)
A(2,D2,D3,hpa.toy)

Run the code above in your browser using DataLab