powered by
getranges() is a helper function to get the lower/upper bounds of variables in a design matrix, used for rescaling the inputs to the [0,1]) hypercube.
getranges()
[0,1])
getranges(design)
An n x p matrix of input settings
n x p
A p x 2 matrix with the lower and upper bounds (rounded to nearest integer value) of all p variables in the design matrix.
p x 2
p
# NOT RUN { library(cmce) design=matrix(runif(10,1,5),ncol=2,nrow=5) getranges(design) # }
Run the code above in your browser using DataLab