Skip to content
Prev 15892 / 29559 Next

GLS/OLS

On 08/16/2012 02:29 PM, M.Kuntz at stud.uni-heidelberg.de wrote:
predict.gstat will always use the variogram model passed, so uses GLS
unless a pure nugget model is passed (in which case GLS and OLS are
identical).

The example in ?variogram shows how you can get a variogram from GLS
residuals, by default OLS residuals are used HERE (and when dX is not set).

BLUE=TRUE is used in predict.gstat to get the trend component ONLY at
prediction locations, instead of the trend+predicted residual which what
we call kriging.

If all this is confusing from the manuals, please let me know what
exactly confused you.