View source: R/MLPKrigingClass.R
| update_simulate.MLPKriging | R Documentation |
Update simulated paths with new observations (FOXY algorithm)
## S3 method for class 'MLPKriging'
update_simulate(object, y_u, X_u, ...)
object |
MLPKriging object (must have called simulate with will_update=TRUE) |
y_u |
new observations |
X_u |
new input matrix |
... |
ignored |
matrix (m x nsim) of updated simulated paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.