In contrast to other methods of modeling spatio-temporal data, dynamic spatio-temporal models (DSTMs) directly model the dynamic data-generating process. 'ideq' supports two main classes of DSTMs: (1) empirical orthogonal function (EOF) models and (2) integrodifference equation (IDE) models. EOF models do not directly use any spatial information; instead, they make use of observed relationships in the data (the principal components) to model the underlying process. In contrast, IDE models are based on diffusion dynamics and the process evolution is governed by a (typically Gaussian) redistribution kernel. Both types have a variety of options for specifying the model components, including the process matrix, process error, and observation error. The classic reference for DSTMs is Noel Cressie and Christopher K. Wikle (2011, ISBN:978-0471692744). For IDE models specifically, see Christopher K. Wikle and Noel Cressie (1999, <https://www.jstor.org/stable/2673587>) and Christopher K. Wikle (2002, <doi:10.1191/1471082x02st036oa>).
Version: | 0.1.4 |
Depends: | R (≥ 3.5.0) |
Imports: | Rcpp, matrixcalc, pdist, mvtnorm |
LinkingTo: | Rcpp, RcppArmadillo, rgen |
Published: | 2019-12-19 |
Author: | Easton Huch [aut, cre], Robert Richardson [ths] |
Maintainer: | Easton Huch <easton.huch at gmail.com> |
BugReports: | https://github.com/eastonhuch/ideq/issues |
License: | GPL-2 |
NeedsCompilation: | yes |
Citation: | ideq citation info |
Materials: | README |
CRAN checks: | ideq results |
Reference manual: | ideq.pdf |
Package source: | ideq_0.1.4.tar.gz |
Windows binaries: | r-devel: ideq_0.1.4.zip, r-release: ideq_0.1.4.zip, r-oldrel: ideq_0.1.4.zip |
macOS binaries: | r-release: ideq_0.1.4.tgz, r-oldrel: ideq_0.1.4.tgz |
Old sources: | ideq archive |
Please use the canonical form https://CRAN.R-project.org/package=ideq to link to this page.