simulationSpectral: simulationSpectral

View source: R/simulateKriging.R

simulationSpectralR Documentation

simulationSpectral

Description

Kriging Simulation: Spectral Method.

Usage

simulationSpectral(object, conditionalSimulation = FALSE, Ncos = 100)

Arguments

object

fit of the Kriging model (settings and parameters), of class kriging.

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

Details

(Conditional) Simulation via spectral method.

Value

Returned value depends on the setting of object$simulationReturnAll

References

N. A. Cressie. Statistics for Spatial Data. JOHN WILEY & SONS INC, 1993.

C. Lantuejoul. Geostatistical Simulation - Models and Algorithms. Springer-Verlag Berlin Heidelberg, 2002.

See Also

buildKriging, simulationDecompose


SPOT documentation built on June 26, 2022, 1:06 a.m.