Package: FRK
Type: Package
Title: Fixed Rank Kriging
Version: 0.1.1
Date: 2017-03-06
Authors@R: c(
    person("Andrew", "Zammit-Mangion", , "andrewzm@gmail.com", c("aut", "cre")),
    person("Timothy", "Davis", , "davis@tamu.edu", role = "ctb"),
    person("Patrick","Amestoy", ,"Patrick.Amestoy@enseeiht.fr", role = "ctb"),
    person("Iain","Duff", ,"iain.duff@stfc.ac.uk", role = "ctb"),
	person("John K.","Reid", ,"John.Reid@stfc.ac.uk", role = "ctb"))
Maintainer: Andrew Zammit-Mangion <andrewzm@gmail.com>
VignetteBuilder: knitr
Description: Fixed Rank Kriging is a tool for spatial/spatio-temporal modelling
    and prediction with large datasets. The approach, discussed in Cressie and
    Johannesson (2008), decomposes the field, and hence the covariance function,
    using a fixed set of n basis functions, where n is typically much smaller than
    the number of data points (or polygons) m. The method naturally allows for
    non-stationary, anisotropic covariance functions and the use of observations
    with varying support (with known error variance). The projected field is a key
    building block of the Spatial Random Effects (SRE) model, on which this package
    is based. The package FRK provides helper functions to model, fit, and predict
    using an SRE with relative ease. Reference: Cressie, N. and Johannesson, G.
    (2008) <DOI:10.1111/j.1467-9868.2007.00633.x>.
BugReports: http://github.com/andrewzm/FRK/issues
Depends: R (>= 3.1)
Suggests: covr, gstat, INLA, knitr, mapproj, parallel, rgeos, spdep,
        splancs, testthat, verification
Imports: digest, dplyr, ggplot2, grDevices, Hmisc, Matrix, methods,
        plyr, Rcpp, sp, spacetime, stats, utils
Enhances: dggrids
Additional_repositories: https://andrewzm.github.io/dggrids-repo,
        http://www.math.ntnu.no/inla/R/stable
License: GPL (>= 2.1)
NeedsCompilation: yes
LazyData: true
RoxygenNote: 6.0.0
LinkingTo: Rcpp
Packaged: 2017-03-07 03:05:07 UTC; azm
Author: Andrew Zammit-Mangion [aut, cre],
  Timothy Davis [ctb],
  Patrick Amestoy [ctb],
  Iain Duff [ctb],
  John K. Reid [ctb]
Repository: CRAN
Date/Publication: 2017-03-07 13:47:48
