Package: intkrige 1.0.1

intkrige: A Numerical Implementation of Interval-Valued Kriging

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.

Authors:Brennan Bean [aut, cre]

intkrige_1.0.1.tar.gz
intkrige_1.0.1.zip(r-4.5)intkrige_1.0.1.zip(r-4.4)intkrige_1.0.1.zip(r-4.3)
intkrige_1.0.1.tgz(r-4.4-x86_64)intkrige_1.0.1.tgz(r-4.4-arm64)intkrige_1.0.1.tgz(r-4.3-x86_64)intkrige_1.0.1.tgz(r-4.3-arm64)
intkrige_1.0.1.tar.gz(r-4.5-noble)intkrige_1.0.1.tar.gz(r-4.4-noble)
intkrige_1.0.1.tgz(r-4.4-emscripten)intkrige_1.0.1.tgz(r-4.3-emscripten)
intkrige.pdf |intkrige.html
intkrige/json (API)
NEWS

# Install 'intkrige' in R:
install.packages('intkrige', repos = c('https://beanb2.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/beanb2/intkrige/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
Datasets:
  • ohMap - Ohio River Basin map
  • ohtemp - 30 year trimmed mean daily maximum and minimum temperatures for the Ohio river basin.
  • utsnow - An interval-valued design ground snow load dataset for Utah.
  • utsnow_dtl - An interval-valued design ground snow load dataset for Utah that only considers depth to load conversions.
  • utsnow_dtl2 - An interval-valued design ground snow load dataset for Utah that only considers depth to load conversions.

On CRAN:

7 exports 0.62 score 30 dependencies 6 scripts 152 downloads

Last updated 4 years agofrom:8d95683fe5. Checks:OK: 1 ERROR: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 06 2024
R-4.5-win-x86_64ERRORSep 06 2024
R-4.5-linux-x86_64ERRORSep 06 2024
R-4.4-win-x86_64ERRORSep 06 2024
R-4.4-mac-x86_64ERRORSep 06 2024
R-4.4-mac-aarch64ERRORSep 06 2024
R-4.3-win-x86_64ERRORSep 06 2024
R-4.3-mac-x86_64ERRORSep 06 2024
R-4.3-mac-aarch64ERRORSep 06 2024

Exports:dist_cppfit.intvariogramintervalinterval<-intkrigeintvariogramintvCheck

Dependencies:abindclassclassIntDBIe1071FNNgstatintervalsKernSmoothlatticemagrittrMASSproxyrasterrbibutilsRcppRcppArmadilloRdpackrlangs2sfsftimespspacetimestarsterraunitswkxtszoo

Introducing the Interval-Valued Kriging Workflow

Rendered fromintkriging-workflow.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2020-10-29
Started: 2019-05-30

Readme and manuals

Help Manual

Help pageTopics
INTERVAL-VALUED KRIGING MODELS IN Rintkrige-package _PACKAGE
Convert intgrd or intsp object back to a data frameas.data.frame as.data.frame,intgrd-method as.data.frame,intsp-method
Distance matrix calculation.dist_cpp
Extract subset of an 'intsp' or 'intgrd' object$ $,intgrd-method $,intsp-method $<- $<-,intgrd-method $<-,intsp-method extract [,intgrd,ANY,missing,missing-method [,intgrd-method [,intsp,ANY,missing,missing-method [,intsp-method
Function to create a variogram object for interval-valued data.fit.intvariogram
Print the head of an intgrd object.head.intgrd
Print the head of an 'intsp' object.head.intsp
Function to extract the interval of an intsp or intgrd objectinterval interval,intgrd-method interval,intsp-method
Function to reassign the contents of the interval slotinterval<- interval<-,intgrd-method interval<-,intsp-method interval<-,SpatialPixelsDataFrame-method interval<-,SpatialPointsDataFrame-method
An interval extension of a SpatialPixelsDataFrameintgrd intgrd-class
Algorithmic implementation of interval valued kriging.intkrige
An interval extension of a SpatialPointsDataFrameintsp intsp-class
Function to fit empirical variograms for an interval-valued spatial objectintvariogram intvariogram,intgrd-method intvariogram,intsp-method
Function to visualize the three variograms from an interval valued spatial data frame.intvCheck
Ohio River Basin mapohMap
30 year trimmed mean daily maximum and minimum temperatures for the Ohio river basin.ohtemp
Create an interval plot for spatial grid.plot,intgrd,missing-method
Create an interval plot for spatial points.plot,intsp,missing-method
Print the contents of an intgrd objectprint.intgrd
Print the contents of an 'intsp' objectprint.intsp
Print the object summary to the screen.print.summary.intgrd
Print the object summary to the screen.print.summary.intsp
Extension of the show function for intgrd objectsshow,intgrd-method
Extension of the show function for intgrd objectsshow,intsp-method
Summarize the contents of an 'intgrd' object, including special summaries for the interval slot.summary.intgrd
Summarize the contents of an 'intsp' object, including special summaries for the interval slot.summary.intsp
Print the tail of an intgrd object.tail.intgrd
Print the tail of an intsp object.tail.intsp
An interval-valued design ground snow load dataset for Utah.utsnow
An interval-valued design ground snow load dataset for Utah that only considers depth to load conversions.utsnow_dtl
An interval-valued design ground snow load dataset for Utah that only considers depth to load conversions.utsnow_dtl2