
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Subroutine called by FitComposite. The function returns opportune starting values for the composite-likelihood fitting procedure based on weigthed least squares.
WlsInit(coordx, coordy, coordt, corrmodel, data, distance, fcall, fixed,
grid, likelihood, margins, maxdist, maxtime, model, numblock,
param, parscale, paramrange, replicates, start, taper, tapsep,
threshold, type, varest, vartype, weighted, winconst, winstp)
A numeric (\(d \times 2\))-matrix (where
d
is the number of points) assigning 2-dimensions of coordinates or a numeric vector assigning
1-dimension of coordinates.
A numeric vector assigning 1-dimension of
coordinates; coordy
is interpreted only if coordx
is a numeric
vector otherwise it will be ignored.
A numeric vector assigning 1-dimension of temporal coordinates.
String; the name of a correlation model, for the description.
A numeric vector or a (\(n \times d\))-matrix or (\(d \times d \times n\))-matrix of observations.
String; the name of the spatial distance. The default is Eucl
,
the euclidean distance. See the Section Details.
String; "fitting" to call the fitting procedure and "simulation" to call the simulation procedure.
A named list giving the values of the parameters that will be considered as known values.
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.
String; the configuration of the composite likelihood.
String; the type of the marginal distribution of the max-stable field.
Numeric; an optional positive value indicating the maximum spatial distance considered in the composite-likelihood computation.
Numeric; an optional positive value indicating the maximum temporal separation considered in the composite-likelihood computation.
String; the name of the model. Here the default is
NULL
.
Numeric; the observation size of the underlying random field. Only in case of max-stable random fields and in the simulation.
A numeric vector of parameter values required in the simulation procedure of random fields.
A numeric vector with scaling values for improving the maximisation routine.
A numeric vector with the range of the parameter space.
Logical; if FALSE
(the default) one spatial random field is
considered, instead if TRUE
the data are considered as iid replicates of a field.
A numeric vector with starting values.
String; the name of the type of covariance matrix.
It can be Standard
(the default value) or
Tapering
for taperd covariance matrix.
Numeric; an optional value indicating the separabe parameter in the space time quasi taper (see Details).
Numeric; a value indicating a threshold for the binary random field.
String; the type of estimation method.
Logical; if TRUE
the estimates' variances and
standard errors are returned.
FALSE
is the default.
String; the type of estimation method for computing the estimate variances, see the Section Details.
Logical; if TRUE
the likelihood objects are
weighted, see FitComposite
.
Numeric; a positive real value indicating the window size used from the sub-sampling method for the estimation of the parameters variances.
Numeric; a value in \((0,1]\) for defining the window
step. See FitComposite
.