powered by
makedistlist() is a helper function used to setup the difference matrices that are used in calibrate()'s separable GP model.
makedistlist()
calibrate()
makedistlist(design)
An n x p matrix of input settings
n x p
A list of p matrices, each of dimension n x n that contain the outer subtractions of each variable in the design matrix.
p
n x n
getranges scaledesign gp.realize
getranges
scaledesign
gp.realize
# NOT RUN { library(cmce) design=matrix(runif(10,1,5),ncol=2,nrow=5) r=getranges(design) design=scaledesign(design,r) l.v=makedistlist(design) # }
Run the code above in your browser using DataLab