View source: R/MLPKrigingClass.R
| simulate.MLPKriging | R Documentation |
Simulate from an MLPKriging model
## S3 method for class 'MLPKriging'
simulate(object, nsim = 1, seed = 123, x, will_update = FALSE, ...)
object |
MLPKriging object |
nsim |
number of simulations |
seed |
random seed |
x |
simulation matrix (m x d) |
will_update |
logical; if |
... |
ignored |
matrix (m x nsim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.