-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.39 KB
/
DESCRIPTION
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: fdasrvf
Type: Package
Title: Elastic Functional Data Analysis
Version: 2.3.6
Date: 2025-2-17
Authors@R: c(
person(given = "J. Derek",
family = "Tucker",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8844-2169")),
person(given = "Aymeric",
family = "Stamm",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8725-3654")))
Description: Performs alignment, PCA, and modeling of multidimensional and
unidimensional functions using the square-root velocity framework
(Srivastava et al., 2011 <doi:10.48550/arXiv.1103.3817> and Tucker et al., 2014
<DOI:10.1016/j.csda.2012.12.001>). This framework allows for elastic
analysis of functional data through phase and amplitude separation.
License: GPL-3
LazyData: TRUE
Imports:
cli,
coda,
doParallel,
fields,
foreach,
lpSolve,
Matrix,
mvtnorm,
Rcpp,
rlang,
tolerance,
viridisLite
Suggests:
covr,
interp,
plot3D,
plot3Drgl,
rgl,
testthat (>= 3.0.0),
withr
Depends:
R (>= 4.3.0),
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
LinkingTo:
Rcpp,
RcppArmadillo
URL: https://github.com/jdtuck/fdasrvf_R
BugReports: https://github.com/jdtuck/fdasrvf_R/issues