Package: intkrige
Type: Package
Title: A Numerical Implementation of Interval-Valued Kriging
Description: An interval-valued extension of ordinary and simple kriging.
    Optimization of the function is based on a generalized interval distance.
    This creates a non-differentiable cost function that requires a
    differentiable approximation to the absolute value function. This
    differentiable approximation is optimized using a Newton-Raphson algorithm
    with a penalty function to impose the constraints. Analyses in the package
    are driven by the 'intsp' and 'intgrd' 
    classes, 
    which are interval-valued extensions of
    'SpatialPointsDataFrame' and 'SpatialPixelsDataFrame' respectively. 
    The package includes several wrappers to functions in the 
    'gstat' and 'sp' packages.
Version: 1.0.1
Date: 2020-02-07
Authors@R: person("Brennan", "Bean", email = "brennan.bean@usu.edu",
    role = c("aut", "cre"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 1.0.0), Rdpack, methods, stats, utils,
Suggests: doParallel, foreach, lattice, latticeExtra, grid, gridExtra,
        testthat, knitr, rmarkdown
Depends: R (>= 3.5.0), sp (>= 1.3-1), gstat, raster
RdMacros: Rdpack
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.0.2
Collate: 'RcppExports.R' 'data.R' 'generics.R' 'gstat-extensions.R'
        'intKrigeDriver.R' 'intgrd-class.R' 'intsp-class.R' 'pkgname.R'
        'supportFunctions.R' 'unloads.R'
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-02-07 19:42:01 UTC; Brennan
Author: Brennan Bean [aut, cre]
Maintainer: Brennan Bean <brennan.bean@usu.edu>
Repository: CRAN
Date/Publication: 2020-02-07 23:20:11 UTC
Built: R 4.3.0; aarch64-apple-darwin20; 2023-04-07 04:33:19 UTC; unix
Archs: intkrige.so.dSYM
