Simulate truncated multivariate normal (TMVN) using the Vecchia approximation
mvrandn(
lower,
upper,
mean,
locs = NULL,
covName = "matern15_isotropic",
covParms = c(1, 0.1, 0),
m = 30,
sigma = NULL,
N = 1000,
verbose = FALSE
)
n X N matrix of generated samples
lower bound vector for TMVN
upper bound vector for TMVN
MVN mean
location (feature) matrix n X d
covariance function name from the `GpGp` package
parameters for `covName`
Vecchia conditioning set size
dense covariance matrix, not needed when `locs` is not null
number of samples required
verbose level