Draw random values for the parameters of a covariance kernel
object.
# S4 method for covAll
simulPar(object, nsim = 1L, seed = NULL)
A matrix with nsim
rows and npar(object)
columns.
A covariance kernel.
Number of drawings.
Seed for the random generator.
Draw random values for the parameters of a covariance kernel
object using the informations coefLower
and
coefUpper
.