forked from functionaldata/tPACE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (38 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
Package: fdapace
Type: Package
Title: Functional Data Analysis and Empirical Dynamics
URL: https://github.com/functionaldata/tPACE
BugReports: https://github.com/functionaldata/tPACE/issues
Version: 0.2.5
Date: 2016-07-14,
Author: Xiongtao Dai,
Pantelis Z. Hadjipantelis,
Hao Ji,
Hans-Georg Mueller,
Jane-Ling Wang
Maintainer: Pantelis Z. Hadjipantelis <[email protected]>
Description: Provides implementation of various methods of Functional Data Analysis (FDA) and Empirical Dynamics. The core of this package is Functional Principal Component Analysis (FPCA), a key technique for functional data analysis, for sparsely or densely sampled random trajectories and time courses, via the Principal Analysis by Conditional Estimation (PACE) algorithm or numerical integration. PACE is useful for the analysis of data that have been generated by a sample of underlying (but usually not fully observed) random trajectories. It does not rely on pre-smoothing of trajectories, which is problematic if functional data are sparsely sampled. PACE provides options for functional regression and correlation, for Longitudinal Data Analysis, the analysis of stochastic processes from samples of realized trajectories, and for the analysis of underlying dynamics. The core computational algorithms are implemented using the 'Eigen' C++ library for numerical linear algebra and 'RcppEigen' "glue".
License: BSD_3_clause + file LICENSE
LazyData: false
Imports:
Rcpp (>= 0.11.5),
Hmisc,
Matrix,
pracma,
numDeriv
LinkingTo: Rcpp, RcppEigen
Suggests:
plot3D,
rgl,
aplpack,
mgcv,
ks,
MASS,
gtools,
knitr,
Rmixmod,
minqa,
testthat
NeedsCompilation: yes
RoxygenNote: 5.0.1
VignetteBuilder: knitr