simulate.MLPKriging: Simulate from an MLPKriging model

View source: R/MLPKrigingClass.R

simulate.MLPKrigingR Documentation

Simulate from an MLPKriging model

Description

Simulate from an MLPKriging model

Usage

## S3 method for class 'MLPKriging'
simulate(object, nsim = 1, seed = 123, x, will_update = FALSE, ...)

Arguments

object

MLPKriging object

nsim

number of simulations

seed

random seed

x

simulation matrix (m x d)

will_update

logical; if TRUE keep the internal state for a subsequent update_simulate() call.

...

ignored

Value

matrix (m x nsim)


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