-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.72 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
Package: FTSgof
Type: Package
Title: White Noise and Goodness-of-Fit Tests for Functional Time Series
Version: 1.0.0
Authors@R: c(
person("Mihyun", "Kim", email = "[email protected]", role = c("aut", "cre")),
person("Chi-Kuang", "Yeh", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-7057-2096")),
person("Yuqian", "Zhao", email = "[email protected]", role = c("aut")),
person("Gregory", "Rice", email = "[email protected]", role = c("ctb"))
)
Maintainer: Mihyun Kim <[email protected]>
Description: It offers comprehensive tools for the analysis of functional
time series data, focusing on white noise hypothesis testing and
goodness-of-fit evaluations, alongside functions for
simulating data and advanced visualization techniques, such as 3D
rainbow plots. These methods are described in Kokoszka, Rice, and Shang (2017) <doi:10.1016/j.jmva.2017.08.004>,
Yeh, Rice, and Dubin (2023) <doi:10.1214/23-EJS2112>, Kim, Kokoszka, and Rice (2023) <doi:10.1214/23-ss143>, and
Rice, Wirjanto, and Zhao (2020) <doi:10.1111/jtsa.12532>.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: sde, graphics, stats, rgl, fda, nloptr, sfsmisc, MASS
RoxygenNote: 7.3.2
Language: en-US
URL: https://github.com/veritasmih/FTSgof
BugReports: https://github.com/veritasmih/FTSgof/issues
Config/testthat/edition: 3
SystemRequirements: XQuartz (https://www.xquartz.org/)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2024-09-19 17:04:33 UTC; chikuang
Author: Mihyun Kim [aut, cre],
Chi-Kuang Yeh [aut] (<https://orcid.org/0000-0001-7057-2096>),
Yuqian Zhao [aut],
Gregory Rice [ctb]
VignetteBuilder: knitr