Learn R Programming

GeoModels (version 2.2.1)

SimCE: Circulant embeeding simulation

Description

Subroutine called by GeoSimapprox. The procedure return a simulation on a regular grid from a standard spatial Gaussian random field with a specified correlation model

Usage

SimCE(M,N,x,y,z,corrmodel,param,mean.val, max.ext)

Value

Return a list from an optim call.

Arguments

M

Numeric; the dimension of x

N

Numeric; the dimension of y

x

A numeric \(M\)-dimensional vector giving 1-dimension of spatial coordinates.

y

A numeric \(N\)-dimensional vector giving 1-dimension of spatial coordinates.

z

A numeric \(N\)-dimensional vector giving 1-dimension of spatial coordinates.

corrmodel

String; the name of a correlation model.

param

A list of parameter values required in the simulation procedure.

mean.val

The mean of the random field.

max.ext

The maximum extension of the simulation window.

See Also

GeoSimapprox