Simple Monte Carlo Sampling
hypcube_smc.RdThis function generates a Simple Monte Carlo (SMC) random design matrix over the hypercube.
Arguments
- n
Integer. The number of samples points of the hypercube.
- d
Integer. The the dimension of the hypercube.
- lbound
Numeric vector of length
dspecifying the lower bounds for each dimension of the d-dimensional hypercube.- ubound
Numeric vector of length
dspecifying the ubound bounds for each dimension of the d-dimensional hypercube.

