-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.4 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: robfpca
Type: Package
Title: Functional principal component analysis for partially observed elliptical process
Version: 0.1.0
Date: 2022-07-01
Authors@R: c(person("Yeonjoo", "Park", role = c("aut")),
person("Hyunsung", "Kim", role = c("aut","cre"),
email = "[email protected]"),
person("Yaeji", "Lim", role = c("aut")))
Maintainer: Hyunsung Kim <[email protected]>
Description: Robust functional principal component analysis (FPCA) for partially observed functional data.
It is based on the pairwise robust covariance function estimation and eigenanalysis.
The location and scale functions are computed via pointwise M-estimator, and the covariance function is obtained via robust pairwise computation based on Orthogonalized Gnanadesikan-Kettenring (OGK) estimation.
Additionally, bivariate Nadaraya-Watson smoothing is applied for smoothed covariance surfaces.
To deal with the missing segments, FPCA is performed via PACE (Principal Analysis via Conditional Expectation).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
Rcpp,
stats,
dplyr,
tidyr,
doParallel,
fdapace,
foreach,
pracma,
fields,
mvtnorm,
LaplacesDemon,
lqmm
Suggests:
GA,
knitr,
rmarkdown
Depends:
R (>= 4.0.0),
RobStatTM,
MASS
VignetteBuilder: knitr
LinkingTo:
Rcpp