View source: R/simulateKriging.R
simulationSpectral | R Documentation |
Kriging Simulation: Spectral Method.
simulationSpectral(object, conditionalSimulation = FALSE, Ncos = 100)
object |
fit of the Kriging model (settings and parameters), of class |
conditionalSimulation |
logical, if set to TRUE (default), the simulation is conditioned with the training data of the Kriging model. Else, the simulation is non-conditional. |
Ncos |
number of cosine functions used to construct the simulation |
... |
further arguments, not used |
(Conditional) Simulation via spectral method.
Returned value depends on the setting of object$simulationReturnAll
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
, simulationDecompose
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.