Package: SpatialKWD 0.4.1
SpatialKWD: Spatial KWD for Large Spatial Maps
Contains efficient implementations of Discrete Optimal Transport algorithms for the computation of Kantorovich-Wasserstein distances between pairs of large spatial maps (Bassetti, Gualandi, Veneroni (2020), <doi:10.1137/19M1261195>). All the algorithms are based on an ad-hoc implementation of the Network Simplex algorithm. The package has four main helper functions: compareOneToOne() (to compare two spatial maps), compareOneToMany() (to compare a reference map with a list of other maps), compareAll() (to compute a matrix of distances between a list of maps), and focusArea() (to compute the KWD distance within a focus area). In non-convex maps, the helper functions first build the convex-hull of the input bins and pad the weights with zeros.
Authors:
SpatialKWD_0.4.1.tar.gz
SpatialKWD_0.4.1.zip(r-4.5)SpatialKWD_0.4.1.zip(r-4.4)SpatialKWD_0.4.1.zip(r-4.3)
SpatialKWD_0.4.1.tgz(r-4.4-x86_64)SpatialKWD_0.4.1.tgz(r-4.4-arm64)SpatialKWD_0.4.1.tgz(r-4.3-x86_64)SpatialKWD_0.4.1.tgz(r-4.3-arm64)
SpatialKWD_0.4.1.tar.gz(r-4.5-noble)SpatialKWD_0.4.1.tar.gz(r-4.4-noble)
SpatialKWD_0.4.1.tgz(r-4.4-emscripten)SpatialKWD_0.4.1.tgz(r-4.3-emscripten)
SpatialKWD.pdf |SpatialKWD.html✨
SpatialKWD/json (API)
# Install 'SpatialKWD' in R: |
install.packages('SpatialKWD', repos = c('https://stegua.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:7d79e02686. Checks:OK: 1 WARNING: 1 NOTE: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | NOTE | Nov 07 2024 |
R-4.5-linux-x86_64 | WARNING | Nov 07 2024 |
R-4.4-win-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 07 2024 |
R-4.3-win-x86_64 | NOTE | Nov 07 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 07 2024 |
Exports:compareAllcompareOneToManycompareOneToOnefocusAreaHistogram2DSolver
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Kantorovich-Wasserstein Distances for Large Spatial Maps | SpatialKWD-package SpatialKWD |
Compare a given set of spatial histograms | compareAll |
Compare a reference spatial histogram to other histograms | compareOneToMany |
Compare a pair of spatial histograms | compareOneToOne |
Compute the KWD tranport distance within a given focus area | focusArea |
Two Dimensional Histogram for Spatial Data | Histogram2D Rcpp_Histogram2D Rcpp_Histogram2D-class |
Spatial-KWD Solver | Rcpp_Solver-class Solver |