Generic function to draw random values for the parameters of a covariance kernel object.
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.
Other arguments for methods.
Draw random values for the parameters of a covariance kernel object
using the informations coefLower
and coefUpper
.