1. “Kriging is a generic name for a family of generalized least-square regression algorithms.” (Goovaerts, 1999).
INLA is a method to perform “Bayesian Inference in a subclass of structured additive regression models, named latent Gaussian models”. Rue et al (2009)
From this I would understand that Kriging is still a structured additive regression model, thus could it be analysed inside the INLA approach? How would the Bayes approach be included in Kriging?
Would the Z*(u) kriging estimator (shown below) be analogous , to the y_i, miu_i or nu_iin the structured additive regression model? How could the right hand side of the Kriging equation be integrated in the INLA one?
Equation 1 in Rue et al (2009)
μ_i=η_i=α+∑_(j=1)^(n_f)〖f^((j) ) (u_ji ) 〗+∑_(k=1)^(n_β)〖β_k (z_ki ) 〗+ε_i
Equation 13 in Goovaerts (1999)
Z^* (u)-m(u)=∑_(α=1)^n(u)〖λ_α (u) 〗 [Z(u_α )-m(u_α)]
I understand that the i and u both denote the location of the variables, but I wanted to keep both equations exactly as reported by authors.
2. The variograms are key in Kriging.
Equation 1 in Goovaerts (1999)
γ ̂(h)=1/(2N(h)) ∑_(α=1)^(N(h))[z(u_α )-z(u_α+h)]^2
Instead of analysing covariance, INLA uses precision matrices of random fields with a neighbourhood structure, specifically those with a Matern covariance function.
Equation 1 in Lindgren et al (2011)
r(u,v)=σ^2/(2^(υ-1) Γ(υ) ) (κ‖v-u‖)^ν Κ(κ‖v-u‖)
This means that the concept of variogram is analogous to that of the Matern Covariance function. The difference would be that while Kriging uses the variogram directly, INLA uses the inverse covariance function (precision matrix) in the SPDE approach.
3. Co-kriging and Kriging with External Drift allow introducing covariates in a Kriging analysis. However, it seems that this is way more limited than what INLA allows in terms of including covariates and in terms of including functions of covariates.
4. Finally, while Kriging objective is to “minimise the estimation or error variance 〖σ^2〗_E=Var{Z^* (u)-Z(u)} ” Goovaerts (1999), “the objective of the SPDE approach is to find a GMRF, with local neighbourhood and sparse precision matrix Q, that best represents the Matern Field.” (Cameletti et al, 2013)
Thanks a lot in advance for your help!
Regards
Juan
References
Rue, Håvard, Sara Martino, and Nicolas Chopin. "Approximate Bayesian inference for latent Gaussian models by using integrated nested Laplace approximations." Journal of the royal statistical society: Series b (statistical methodology) 71.2 (2009): 319-392.
Goovaerts, Pierre. "Geostatistics in soil science: state-of-the-art and perspectives." Geoderma 89.1 (1999): 1-45.
Lindgren, Finn, Håvard Rue, and Johan Lindström. "An explicit link between Gaussian fields and Gaussian Markov random fields: the stochastic partial differential equation approach." Journal of the Royal Statistical Society: Series B (Statistical Methodology) 73.4 (2011): 423-498.
Blangiardo, Marta, et al. "Spatial and spatio-temporal models with R-INLA." Spatial and spatio-temporal epidemiology 7 (2013): 39-55.
Equations can be seen in more detail in the attached file.
Hi, thanks a lot for your answer.
Taking into account the model:
x(s) ~ N(μ(s),R(s,s^' ))
Y={y_i,i=1,…,N},y_i=x(s_i )+ e_i
link function g(.),g(μ_i )=η_i
the y_i are observations, \mu() and R() are parameters that depend on hyper-parameters \theta (such as \sigma_e^2)?, and η_i is the predictor. Kriging would then be one of the posible methods to compute the expected conditional value
E(x(s)│Y,\theta)
The output of Kriging represents an estimate of the parameters of the model, however, if Kriging does not say anything about covariance parameters, where do these come from. Could perhaps these be related to the fitting of the theoretical variogram on the experimental one? Perhaps parameters of the variogram such as the nugget effect?
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at https://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.