- data
A \(d\)-dimensional vector (a single spatial realisation) or a (\(d \times d\))-matrix (a single spatial realisation on regular grid)
or an (\(d \times d \times n\))-array (\(n\) iid spatial realisations on regular grid) or a
(\(t \times d\))-matrix (a single spatial-temporal realisation) or an (\(d \times d \times t \times n \))-array
(a single spatial-temporal realisation on regular grid). See GeoFit for details.
- coordx
A numeric (\(d \times 2\))-matrix or (\(d \times 3\))-matrix
Coordinates on a sphere for a fixed radius radius
are passed in lon/lat format expressed in decimal degrees.
- coordy
A numeric vector giving 1-dimension of
spatial coordinates; Optional argument, the default is NULL.
- coordz
A numeric vector giving 1-dimension of
spatial coordinates; Optional argument, the default is NULL.
- coordt
A numeric vector giving 1-dimension of
temporal coordinates. Optional argument, the default is NULL then a spatial random field is expected.
- coordx_dyn
A list of \(m\) numeric (\(d_t \times 2\))-matrices
containing dynamical (in time) spatial coordinates. Optional argument, the default is NULL
- corrmodel
String; the name of a correlation model, for the
description (see GeoFit).
- distance
String; the name of the spatial distance. The default is Eucl,
the euclidean distance. See the Section Details
of GeoFit.
- fixed
A named list giving the values of the parameters that
will be considered as known values. The listed parameters for a
given correlation function will be not estimated, i.e. if
list(nugget=0) the nugget effect is ignored.
- grid
Logical; if FALSE (the default) the data
are interpreted as a vector or a (\(n \times d\))-matrix,
instead if TRUE then (\(d \times d
\times n\))-matrix is considered.
- maxdist
A numeric value denoting the maximum distance, see
Details in GeoFit.
- neighb
Numeric; an optional positive integer indicating the
order of neighborhood. See Details and GeoFit
- maxtime
Numeric; an optional positive value indicating the maximum
temporal lag considered.See Details and GeoFit.
- model
String; the type of random field. Gaussian is the default, see
GeoFit for the different types.
- optimizer
String; the optimization algorithm
(see optim for details). 'Nelder-Mead' is the
default.
- numbins
A numeric value denoting the numbers of bins, see the
Section Details
- radius
Numeric; a value indicating the radius of the sphere when using the great circle distance. Default value is 1.
- start
A named list with the initial values of the
parameters that are used by the numerical routines in maximization
procedure. NULL is the default (see GeoFit).
- weighted
Logical; if TRUE then the weighted least square
estimator is considered. If FALSE (the
default) then the classic least square is used.
- optimization
Logical; if TRUE then the weighted least square
minimization is performed. Otherwise the weighted least square function is evaluated at the starting value.