Learn R Programming

SPOT (version 2.11.10)

simulationSpectral: 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

Value

Returned value depends on the setting of object$simulationReturnAll

Details

(Conditional) Simulation via spectral method.

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