Package: GraphRankTest
Type: Package
Title: Rank in Similarity Graph Edge-Count Two-Sample Test (RISE)
Version: 0.1
Maintainer: Doudou Zhou <ddzhou@nus.edu.sg>
Authors@R: 
    c(
      person(given = "Doudou",
             family = "Zhou",
             role = c("aut", "cre"),
             email = "ddzhou@nus.edu.sg",
             comment = c(ORCID = "0000-0002-0830-2287")),
      person(given = "Hao",
             family = "Chen",
             role = "aut",
             email = "hxchen@ucdavis.edu",
             comment = c(ORCID = "0000-0002-4597-2773"))
    )
Description: Implements the Rank In Similarity Graph Edge-count two-sample test 
    (RISE) for high-dimensional and non-Euclidean data. 
    The method constructs similarity-based graphs, such as k-nearest neighbor graph (k-NNG),
    k-minimum spanning tree (k-MST), and k-minimum distance non-bipartite pairing (k-MDP),
    and evaluates rank-based within-sample edge counts 
    with asymptotic and permutation p-values.
    For methodological details, see Zhou and Chen (2023)
    <https://proceedings.mlr.press/v195/zhou23a.html>.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: stats, ade4, nbpMatching
Suggests: testthat (>= 3.0.0), rmarkdown
RoxygenNote: 7.3.2
URL: https://proceedings.mlr.press/v195/zhou23a.html
NeedsCompilation: no
Packaged: 2025-11-09 08:21:43 UTC; doudou
Author: Doudou Zhou [aut, cre] (ORCID: <https://orcid.org/0000-0002-0830-2287>),
  Hao Chen [aut] (ORCID: <https://orcid.org/0000-0002-4597-2773>)
Repository: CRAN
Date/Publication: 2025-11-12 21:10:07 UTC
Built: R 4.6.0; ; 2025-11-13 00:52:00 UTC; windows
