-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: TDA
Type: Package
Title: Statistical Tools for Topological Data Analysis
Version: 1.9.3
Date: 2025-01-30
Author: Brittany T. Fasy, Jisu Kim, Fabrizio Lecci, Clement Maria,
David L. Millman, Vincent Rouvreau.
Maintainer: Jisu Kim <jkim82133@snu.ac.kr>
Copyright: See inst/COPYRIGHTS
Description: Tools for the statistical analysis of persistent homology and for
density clustering. For that, this package provides an R interface for the
efficient algorithms of the C++ libraries 'GUDHI' <https://project.inria.fr/gudhi/software/>, 'Dionysus' <https://www.mrzv.org/software/dionysus/>, and 'PHAT' <https://bitbucket.org/phat-code/phat/>. This package also implements the methods in Fasy et al. (2014) <doi:10.1214/14-AOS1252> and Chazal et al. (2014) <doi:10.1145/2582112.2582128> for analyzing the statistical significance of persistent homology features.
Depends: R (>= 3.1.0)
Repository: CRAN
License: GPL-3
Imports:
FNN,
Rcpp (>= 0.11.0),
igraph,
parallel,
scales
Suggests:
testthat,
lintr
Encoding:
UTF-8
LinkingTo:
BH (>= 1.87.0-1),
Rcpp,
RcppEigen
SystemRequirements:
gmp,
GNU make