View source: R/GeoCompositeLik.r
CompLik | R Documentation |
Subroutine called by GeoFit
.
The procedure estimates the model parameters by maximization of the
composite log-likelihood.
CompLik(copula, bivariate, coordx, coordy, coordz, coordt,
coordx_dyn, corrmodel, data, distance, flagcorr,
flagnuis, fixed, GPU, grid, likelihood, local, lower,
model, n, namescorr, namesnuis, namesparam,
numparam, numparamcorr, optimizer,
onlyvar, parallel, param,
spacetime, type, upper, varest,
weigthed, ns, X, sensitivity, MM, aniso)
copula |
String; the type of copula. It can be "Clayton" or "Gaussian". |
bivariate |
Logical; if |
coordx |
A numeric |
coordy |
A numeric vector giving one dimension of
spatial coordinates; optional, default is |
coordz |
A numeric vector giving one dimension of
spatial coordinates; optional, default is |
coordt |
A numeric vector giving one dimension of temporal coordinates;
optional, default is |
coordx_dyn |
A list of |
corrmodel |
Numeric; the ID of the correlation model. |
data |
A numeric vector, or a |
distance |
String; the name of the spatial distance.
Default is |
flagcorr |
Numeric vector of binary values indicating which parameters of the correlation function will be estimated. |
flagnuis |
Numeric vector of binary values indicating which nuisance parameters will be estimated. |
fixed |
Numeric vector of parameters considered as known values. |
GPU |
Numeric; if |
grid |
Logical; if |
likelihood |
String; configuration of the composite likelihood (see |
local |
Numeric; number of local work-items of the GPU. |
lower |
Named list; optional lower bounds for parameters when using
optimizers |
model |
Numeric; ID of the density associated with the likelihood objects. |
n |
Numeric; number of trials in binomial random fields. |
namescorr |
Character vector; names of the correlation parameters. |
namesnuis |
Character vector; names of the nuisance parameters. |
namesparam |
Character vector; names of the parameters to be maximized. |
numparam |
Numeric; number of parameters to be maximized. |
numparamcorr |
Numeric; number of correlation parameters. |
optimizer |
String; optimization algorithm (see |
onlyvar |
Logical; if |
parallel |
Logical; if |
param |
Numeric vector of parameter values. |
spacetime |
Logical; if |
type |
String; type of likelihood object.
Default is |
upper |
Named list; optional upper bounds for parameters when using
optimizers |
varest |
Logical; if |
weigthed |
Logical; if |
ns |
Numeric; number of (dynamic) temporal instants. |
X |
Numeric; matrix of space-time covariates in the linear mean specification. |
sensitivity |
Logical; if |
MM |
Numeric; a non-constant fixed mean. |
aniso |
Logical; whether anisotropy should be considered. |
Subroutine called by GeoFit
.
The procedure estimates model parameters by maximization of the composite log-likelihood.
Returns a list from an optim
call.
Moreno Bevilacqua, moreno.bevilacqua89@gmail.com, https://sites.google.com/view/moreno-bevilacqua/home,
Víctor Morales Oñate, victor.morales@uv.cl, https://sites.google.com/site/moralesonatevictor/,
Christian Caamaño-Carrillo, chcaaman@ubiobio.cl, https://www.researchgate.net/profile/Christian-Caamano
GeoFit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.