NEWS | R Documentation |
address warnings from Tomas Kalibera's static code checking
fix auto-choosing of variogram parameters if only variogram model type is given, https://github.com/edzer/gstat/issues/17
Fix https://github.com/edzer/gstat/issues/17
Fix https://github.com/edzer/gstat/issues/14
Fix https://github.com/edzer/gstat/issues/12
Fix great circle distance bug; see https://stat.ethz.ch/pipermail/r-sig-geo/2016-December/025251.html
Merge pull request #4 from BenGraeler/master r-journal ms merge updates vignette "spatio-temporal-kriging" to revised paper
Merge pull request #3 from BenGraeler/master update st paper demos
demo/stkrige.R: - remove empty station
demo/00Index, demo/stkrige-crossvalidation.R, demo/stkrige-prediction.R, demo/stkrige.R, man/krigeST.Rd: - adds R scripts from vignette spatio-temporal kriging as demos
Merge pull request #2 from BenGraeler/master additions for space-time paper
NAMESPACE, R/krige0.R, man/krigeST.Rd: - adds trans Gaussian kriging for space and time
fixed memcpy
for overlapping regions error, found in valgrind checks by Brian Ripley
fixed a few more (small) memory leaks
Further cleaned up C source code, got rid of lex and yacc files
Improve fit.variogram
to choose initial values for range, sill and nugget before fitting, and fit over a range of model types
allow NA
values in vgm
remove meschach matrix library, rewrote interface, link to R's lapack
improve notification in case of singular matrices
remove all C code that was not used by R package gstat
add Makevars
, remove configure
remove links to ai-geostats.org
wrap fit.StVariogram
example in dontrun
use ordered spatial index when selecting nearest strongest correlated neighbours in local kriging to avoid warning of spacetime
update spatio-temporal geostatitics vignettes; add R Journal draft as vignette (Spatio-Temporal Geostatistics using gstat)
add spatio-temporal PM10 interpolation movie (mp4)