Simulate partially censored multivariate normal (MVN) at censored locations using the Vecchia approximation
ptmvrandn(
locs,
indCensor,
y,
bCensor,
covName = NULL,
covParms = NULL,
m = 30,
N = 1000,
verbose = TRUE,
reorder = TRUE
)
n X N matrix of generated samples
location (feature) matrix n X d
indices of locations that have only censored observations
observed (not censored) values, of length n
upper bound, above which observations are not censored, can be different for different locations, of length 1 or n
covariance function name from the `GpGp` package
parameters for `covName`
Vecchia conditioning set size
number of samples required
verbose level
whether to Vecchia univariate variable reordering