update_simulate.MLPKriging: Update simulated paths with new observations (FOXY algorithm)

View source: R/MLPKrigingClass.R

update_simulate.MLPKrigingR Documentation

Update simulated paths with new observations (FOXY algorithm)

Description

Update simulated paths with new observations (FOXY algorithm)

Usage

## S3 method for class 'MLPKriging'
update_simulate(object, y_u, X_u, ...)

Arguments

object

MLPKriging object (must have called simulate with will_update=TRUE)

y_u

new observations

X_u

new input matrix

...

ignored

Value

matrix (m x nsim) of updated simulated paths


rlibkriging documentation built on May 14, 2026, 1:06 a.m.