-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·43 lines (43 loc) · 1.42 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
Package: goffda
Type: Package
Title: Goodness-of-Fit Tests for Functional Data
Version: 0.1.2
Date: 2023-10-14
Authors@R: c(
person(given = "Eduardo", family = "García-Portugués",
role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-9224-4111")),
person("Javier", "Álvarez-Liébana", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0671-3856")),
person("Gonzalo", "Álvarez-Pérez", role = "ctb",
email = "[email protected]"),
person("Manuel", "Febrero-Bande", role = "ctb",
email = "[email protected]")
)
Description: Implementation of several goodness-of-fit tests for functional
data. Currently, mostly related with the functional linear model with
functional/scalar response and functional/scalar predictor. The package
allows for the replication of the data applications considered in
García-Portugués, Álvarez-Liébana, Álvarez-Pérez and González-Manteiga
(2021) <doi:10.1111/sjos.12486>.
License: GPL-3
LazyData: true
Depends:
R (>= 3.6.0),
Rcpp
Imports:
fda.usc,
glmnet,
ks
Suggests:
microbenchmark,
knitr,
viridisLite,
rmarkdown
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/egarpor/goffda
BugReports: https://github.com/egarpor/goffda
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(old_usage = TRUE)