Package: fasano.franceschini.test
Title: Fasano-Franceschini Test: A 2-D Kolmogorov-Smirnov Two-Sample
        Test
Version: 1.1.0
Authors@R: 
    c(person(given = "Elan",
           family = "Ness-Cohn",
           role = c("aut", "cre"),
           email = "elanness-cohn2017@u.northwestern.edu",
           comment = c(ORCID = "0000-0002-3935-6667")),
	person(given = "Rosemary",
		family = "Braun", 
		email = "rbraun@northwestern.edu",
		role = c("ctb","ths"),
		comment = c(ORCID = "0000-0001-9668-9866")))
Description: An implementation of the 2-D Kolmogorov-Smirnov (KS) two-sample test as defined by Fasano and Franceschini (Fasano and Franceschini 1987). The 'fasano.franceschini.test' package provides three improvements over the current 2-D KS test on the Comprehensive R Archive Network (CRAN): (i) the Fasano and Franceschini test has been shown to run in O(n^2) versus the Peacock implementation which runs in O(n^3); (ii) the package implements a procedure for handling ties in the data; and (iii) the package implements a parallelized permutation procedure for improved significance testing. Ultimately, the 'fasano.franceschini.test' package presents a robust statistical test for analyzing random samples defined in 2-dimensions.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: stats, parallel, methods
Suggests: tidyverse, knitr, rmarkdown, bookdown, testthat (>= 3.0.0)
URL: https://github.com/nesscoder/fasano.franceschini.test
BugReports: https://github.com/nesscoder/fasano.franceschini.test/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-09-02 20:25:05 UTC; elanness-cohn
Author: Elan Ness-Cohn [aut, cre] (<https://orcid.org/0000-0002-3935-6667>),
  Rosemary Braun [ctb, ths] (<https://orcid.org/0000-0001-9668-9866>)
Maintainer: Elan Ness-Cohn <elanness-cohn2017@u.northwestern.edu>
Repository: CRAN
Date/Publication: 2021-09-02 23:20:05 UTC
