View source: R/simulateKriging.R
simulateFunction | R Documentation |
Simulation-based Function Generator. Generate functions via simulation of Kriging models, e.g., for assessment of optimization algorithms with non-conditional or conditional simulation, based on real-world data.
simulateFunction( object, nsim = 1, seed = NA, method = "spectral", xsim = NA, Ncos = 10, conditionalSimulation = TRUE )
object |
an object generated by |
nsim |
the number of simulations, or test functions, to be created |
seed |
a random number generator seed. Defaults to NA; which means no seed is set. For sake of reproducibility, set this to some integer value. |
method |
|
xsim |
list of samples in input space, for simulation (only used for decomposition-based simulation, not for spectral method) |
Ncos |
number of cosine functions (used with |
conditionalSimulation |
whether (TRUE) or not (FALSE) to use conditional simulation |
a list of functions, where each function is the interpolation of one simulation realization. The length of the list depends on the nsim parameter.
N. A. Cressie. Statistics for Spatial Data. JOHN WILEY & SONS INC, 1993.
C. Lantuejoul. Geostatistical Simulation - Models and Algorithms. Springer-Verlag Berlin Heidelberg, 2002.
buildKriging
, simulate.kriging
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.