Description Usage Arguments Value Author(s) See Also
This auxiliary function defines options and model for
pois.krige
and binom.krige
.
1 2 3 4 | krige.glm.control(type.krige = "sk", trend.d = "cte", trend.l = "cte",
obj.model = NULL, beta, cov.model, cov.pars, kappa,
nugget, micro.scale, dist.epsilon = 1e-10,
aniso.pars, lambda)
|
type.krige |
type of prediction to be performed (minimal mean
square error prediction). Options are
|
trend.d |
specifies the trend (covariate) values at the data
locations.
See documentation of |
trend.l |
specifies the trend (covariate) values at prediction
locations. It must be of the same type as for |
obj.model |
a list with the model parameters. |
beta |
numerical value of the mean (vector) parameter.
Only used if |
cov.model |
string indicating the name of the model for the
correlation function. Further details in the
documentation for |
cov.pars |
a vector with the 2 covariance parameters sigma^2, and phi for the underlying Gaussian field. |
kappa |
additional smoothness parameter required by the following correlation
functions: |
nugget |
the value of the nugget parameter
tau^2 for the underlying Gaussian field. Default is
|
micro.scale |
micro-scale variance. If specified, the
nugget is divided into 2 terms: micro-scale variance
and measurement error.
This has effect on prediction where the “signal” part of S
(without the measurement error part of the nugget) is predicted. The
default is |
dist.epsilon |
a numeric value. Locations which are separated by a distance less than this value are considered co-located. |
aniso.pars |
parameters for geometric anisotropy
correction. If |
lambda |
numeric value of the Box-Cox transformation parameter
for |
A list with processed arguments to be passed to the main function.
Ole F. Christensen OleF.Christensen@agrsci.dk,
Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br.
pois.krige
and binom.krige
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.